瀏覽代碼

small fix

Viktoriia 3 月之前
父節點
當前提交
5051197c6e
共有 1 個文件被更改,包括 1 次插入3 次删除
  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 {}
       }
     }
   }