Skip to content

Commit

Permalink
fix filters
Browse files Browse the repository at this point in the history
  • Loading branch information
rappix committed Apr 10, 2024
1 parent 45a53b9 commit ec716dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/update-projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import {groupBy, sortBy} from 'lodash';
import BigNumber from "bignumber.js";

export const updateBatchGroupsCron = async() => {
// cron.schedule('*/1 * * * *', async () => {
cron.schedule('*/1 * * * *', async () => {
await updateAllBatchGroups()
// });
});
};

export const updateProjectsCron = async() => {
Expand Down

0 comments on commit ec716dc

Please sign in to comment.