mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-16 02:48:00 +00:00
(js) Fix possible errors (help from jsjint)
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
if (!user.wasSubscribed && user.isSubscribed) {
|
||||
users.push(user.uid);
|
||||
// console.debug('subscribe ' + user.uid);
|
||||
};
|
||||
}
|
||||
});
|
||||
if (users.length) {
|
||||
param = {uids: users.join(',')};
|
||||
|
||||
Reference in New Issue
Block a user