Skip to content

Commit

Permalink
Small Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asaddon committed Dec 27, 2024
1 parent 6a94bda commit e05cb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sources.initializeClientWithSession();
// Schedule the fetch every 12 hours (43200000 milliseconds)
setInterval(sources.fetchRecentMoviesForAllLanguages, 43200000);
// Initial fetch when the server starts
//sources.fetchRecentMoviesForAllLanguages();
sources.fetchRecentMoviesForAllLanguages();

app.set('trust proxy', true);
// Middleware for Swagger Stats
Expand Down

0 comments on commit e05cb61

Please sign in to comment.