Skip to content

Commit

Permalink
Bump up to electron-v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Apr 12, 2022
1 parent 38f9327 commit cf25065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactors/entity-interactor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export class EntityInteractor {
});

const job = new SimpleIntervalJob(
{ seconds: 36, runImmediately: false },
{ seconds: 3600, runImmediately: false },
task,
'pauseSync'
);
Expand Down

0 comments on commit cf25065

Please sign in to comment.