mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
reenable slack username updates (#723)
This commit is contained in:
parent
2ac648c56e
commit
9432680479
1 changed files with 4 additions and 4 deletions
|
|
@ -50,10 +50,10 @@ Rails.application.configure do
|
|||
# cron: "0 12 * * *",
|
||||
# class: "UpdateSlackNeighborhoodChannelsJob"
|
||||
# },
|
||||
# slack_username_update: {
|
||||
# cron: "0 0 * * *",
|
||||
# class: "SlackUsernameUpdateJob"
|
||||
# },
|
||||
slack_username_update: {
|
||||
cron: "0 0 * * *",
|
||||
class: "SlackUsernameUpdateJob"
|
||||
},
|
||||
# scan_github_repos: {
|
||||
# cron: "0 10 * * *",
|
||||
# class: "ScanGithubReposJob"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue