We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3086f11 + d632279 commit c8643dbCopy full SHA for c8643db
1 file changed
content/wardrive.js
@@ -440,9 +440,7 @@ async function sendPing(manual = false) {
440
// Post to MeshMapper API after delay (fire-and-forget pattern: non-blocking, errors are logged inside the function)
441
// Delay allows the ping to propagate through the mesh network before API post
442
setTimeout(() => {
443
- postToMeshMapperAPI(lat, lon).catch(err => {
444
- console.error("Delayed API post failed:", err);
445
- });
+ postToMeshMapperAPI(lat, lon);
446
}, MESHMAPPER_API_DELAY_MS);
447
448
// Only refresh coverage iframe if GPS accuracy is good
0 commit comments