mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-13 06:12:57 +02:00
fix(follow): fixed eslint warning
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
*/
|
||||
vm.isContextUserSelf = function (u) {
|
||||
return vm.me.username === u.username;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
}());
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
*/
|
||||
vm.isContextUserSelf = function (u) {
|
||||
return vm.me.username === u.username;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user