Skip to content

Commit

Permalink
Get all client records all the time (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Nov 15, 2024
2 parents 08aac29 + 68ba90b commit bdc10e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/provider/src/tasks/client/clientTasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class ClientTaskManager {
this.logger,
);

const updatedAtTimestamp = lastTask ? lastTask.updated || 0 : 0;
const updatedAtTimestamp = 0;

const newClientRecords =
await clientDB.getUpdatedClients(updatedAtTimestamp);
Expand Down

0 comments on commit bdc10e9

Please sign in to comment.