diff --git a/app/routines/syncSplatoonRotations.ts b/app/routines/syncSplatoonRotations.ts index a81fc0a77..556a6531c 100644 --- a/app/routines/syncSplatoonRotations.ts +++ b/app/routines/syncSplatoonRotations.ts @@ -8,8 +8,6 @@ export const SyncSplatoonRotationsRoutine = new Routine({ }); async function syncSplatoonRotations() { - if (import.meta.env.VITE_PROD_MODE !== "true") return; - const rotations = await fetchRotations(); await SplatoonRotationRepository.replaceAll(rotations); }