Skip to content

Commit

Permalink
fix: fix (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
glucrypto authored Dec 6, 2024
1 parent 21a55fd commit 135977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const instance = await ai.initialize({
},
{
type: "movers_alpha",
schedule: "10 */2 * * *", // Every 3 hours
schedule: "10 */1 * * *", // Every 1 hour and 10 minutes
enabled: true,
},
],
Expand Down

0 comments on commit 135977b

Please sign in to comment.