Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Jun 12, 2024
1 parent fe3ed9d commit c7fa8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import cronstrue from 'cronstrue'; // convert cron expressions to human readible
import SwarmappApi from '@flowdegree/swarmapp-api'; // initialize swarmapp api
import chalk from 'chalk';
import pkg from '../package.json';

import { scheduleTask } from './utils/taskScheduler';
import { downloadCollection, updateUserDataInFirestore, updateTokenInFirestore } from './firebase/firestoreOperations'; // firestore functions
Expand Down Expand Up @@ -172,4 +173,5 @@ async function run() {
}
}

console.log(`Running ${pkg.name} v${pkg.version}`)
run();

0 comments on commit c7fa8f3

Please sign in to comment.