mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-05 22:35:54 +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