Commit 29e93efd908a32333a499e5b74c6ea2c178a2669

Authored by Adhidarma Hadiwinoto
1 parent b4fd3cc61b
Exists in master

Dua newline antara queues dan providers

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

lib/smstools-config/queues-and-providers.js
... ... @@ -87,5 +87,5 @@ exports.dump = async (mkdirIfQueueDirNotExists) => {
87 87 return configLines.join('\n');
88 88 }
89 89  
90   - return `${configLines.join('\n')}\n${providerLines.join('\n')}`;
  90 + return `${configLines.join('\n')}\n\n${providerLines.join('\n')}`;
91 91 };