Skip to content

Commit

Permalink
fix: restore db_fetch_all_team_members cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyqu committed Oct 30, 2024
1 parent d82971b commit b378125
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,11 @@ def init_handlers(self):
"db_fetch_strings_sheet",
self.admin_reply_handler("db_fetch_strings_sheet_job"),
)
self.add_handler(
self.add_admin_handler(
"db_fetch_all_team_members",
CommandCategories.DATA_SYNC,
self.admin_reply_handler("db_fetch_all_team_members_job"),
"db_fetch_all_team_members",
)

# general purpose cmds
Expand Down

0 comments on commit b378125

Please sign in to comment.