Skip to content

Commit b277af2

Browse files
committed
fix typo that time
1 parent 662d44a commit b277af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const bot = new LemmyBot.LemmyBot({
208208
},
209209
schedule: [
210210
{
211-
cronExpression: '0 */20 * * * *',
211+
cronExpression: '0 */10 * * * *',
212212
timezone: 'America/Toronto',
213213
doTask: async ({getCommunityId, createPost}) => {
214214
console.log(`${chalk.green('STARTED:')} RSS Feed Fetcher.`);

0 commit comments

Comments
 (0)