Viktoriia 3 kuukautta sitten
vanhempi
commit
5051197c6e
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      src/utils/backgroundLocation.ts

+ 1 - 3
src/utils/backgroundLocation.ts

@@ -56,9 +56,7 @@ TaskManager.defineTask(LOCATION_TASK_NAME, async ({ data, error }) => {
               }
             }
           );
-        } catch (sendError) {
-          console.error('[BackgroundLocation] Sending location failed:', sendError);
-        }
+        } catch {}
       }
     }
   }