Commit 12ac49f35616e0a26d595abbcea3401525d52f6d

Authored by Adhidarma Hadiwinoto
1 parent 0e27aa9549
Exists in master

Matikan autosplit

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

... ... @@ -10,7 +10,6 @@ async function send(partner, msg) {
10 10 const destination = partner.trim().replace(/^0/, '').replace(/^\+/);
11 11 const msgFileContent = `
12 12 To: ${destination}
13   -Autosplit: ${config.autosplit !== undefined ? config.autosplit : '1'}
14 13  
15 14 ${msg.trim()}
16 15 `.trim();