Commit e36269bc1dd8130f4e61764ca0211e5fdacb2636

Authored by Adhidarma Hadiwinoto
1 parent f8633631a5
Exists in master

Hapus async tak terpakai

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/register-modem.js
... ... @@ -21,7 +21,7 @@ function reportUrl() {
21 21 return `${baseUrl}/modems/set`;
22 22 }
23 23  
24   -async function sender(modemInfo) {
  24 +function sender(modemInfo) {
25 25 if (mutex.tryLock()) {
26 26 // logger.info('Getting message counters before registering modem');
27 27