Commit 557cc7fd554037fe46715a1ec77323d52961d385

Authored by Adhidarma Hadiwinoto
1 parent 47417d1cc4
Exists in master and in 1 other branch webadmin

Fix a little typo: modem.username

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

... ... @@ -46,7 +46,7 @@ async function sendToModem(partner, msg, modem, parentXid, part) {
46 46 ts: moment().format('YYYY-MM-DD HH:mm:ss'),
47 47 text: msgHead,
48 48 modem: modem.name,
49   - username: modem.user || config.sender.username,
  49 + username: modem.username || config.sender.username,
50 50 },
51 51 });
52 52 } catch (e) {