Commit e845f1fb5dfeb8283244235f7fa1719b06c56114

Authored by Adhidarma Hadiwinoto
1 parent 90bf37d451
Exists in master

Typo

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

... ... @@ -15,7 +15,7 @@ ${msg.trim()}
15 15 `.trim();
16 16  
17 17 const dir = config.outbox_dir || '/var/spool/sms/outgoing';
18   - const filename = `${dir}/komodo.${uniqid}`;
  18 + const filename = `${dir}/komodo.${uniqid()}`;
19 19  
20 20 fs.exists(dir, (isExists) => {
21 21 if (!isExists) {