Skip to content

Commit

Permalink
useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
newtondotcom committed Apr 20, 2024
1 parent a5aa603 commit cdfbca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CLEAN S3
import { cleanS3 } from './cleans3.mjs'; // Update the file extension
import cron from 'node-cron';
import buckets from './buckets.mjs'; // Update the file extension
import buckets from './buckets.mjs';

cron.schedule('0 3 * * *', () => {
console.log('Running a task every day at 3am');
Expand Down

0 comments on commit cdfbca9

Please sign in to comment.