mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user