mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
BUILD FIX: missed a semicolon
This commit is contained in:
parent
bc3de84ebf
commit
5f2c2efb47
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Discourse.UserActivityStreamRoute = Discourse.Route.extend({
|
|||
if (stat.get("action_type") === userAction.action_type) {
|
||||
stat.decrementProperty("count");
|
||||
}
|
||||
})
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue