Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Dec 12, 2023
1 parent 6a3a3d5 commit 6cdcbff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
{ "type": "Registrar", "table": "registrars", "schema": "public" }
],
"crons": [
{ "schedule": "5 */12 * * *", "type": "refresh-accounts" },
{ "schedule": "5 */12 * * *", "type": "refresh-accounts" }
]
},
{
Expand All @@ -50,7 +50,7 @@ data:
}
],
"crons": [
{ "schedule": "5 */12 * * *", "type": "refresh-accounts" },
{ "schedule": "5 */12 * * *", "type": "refresh-accounts" }
]
},
{
Expand Down

0 comments on commit 6cdcbff

Please sign in to comment.