BUILD FIX: missed a semicolon
This commit is contained in:
parent
bc3de84ebf
commit
5f2c2efb47
|
@ -39,7 +39,7 @@ Discourse.UserActivityStreamRoute = Discourse.Route.extend({
|
|||
if (stat.get("action_type") === userAction.action_type) {
|
||||
stat.decrementProperty("count");
|
||||
}
|
||||
})
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue