Skip to content

Commit

Permalink
fix(SW): remove throw from sync request
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Oct 23, 2024
1 parent 4ab687c commit b87f25b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/src/service-worker/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ const syncMissingPictures = async (retries = 3) => {
await new Promise((resolve) => setTimeout(resolve, 5000));
return syncMissingPictures(retries - 1);
}

throw e;
}
};

Expand Down

0 comments on commit b87f25b

Please sign in to comment.