This commit is contained in:
Pringgosutono
2025-11-14 11:15:37 +07:00
parent 0369dad2f3
commit dbfa9a391a
2 changed files with 3 additions and 2 deletions

View File

@ -261,7 +261,7 @@ async function commitMessage(now, logDevice) {
}
} else {
// log tracking
GpsTracksModels.bundleCreate2(logDevice, logDevice)
await GpsTracksModels.bundleCreate2(logDevice, logDevice)
}
} catch (e) {
console.error(e)