mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Remove unused bot_data.get_all()
(imported from commit 70ec624667dacede72c00f1bb207d8d18dfdd4c1)
This commit is contained in:
committed by
Leo Franchi
parent
080f7229fc
commit
0d0c427f2b
@@ -39,10 +39,6 @@ var bot_data = (function () {
|
||||
send_change_event();
|
||||
};
|
||||
|
||||
exports.get_all = function bot_data__get_all() {
|
||||
return _.values(bots);
|
||||
};
|
||||
|
||||
exports.get_editable = function bots_data__get_editable() {
|
||||
return _.filter(bots, function (bot) { return bot.can_admin; });
|
||||
};
|
||||
|
Reference in New Issue
Block a user