Commit 6ea642a8b6f220a1ab7b74268af71cc057c1ed0e

Authored by Adhidarma Hadiwinoto
1 parent c430ad1efb
Exists in master

hapus kelebihan tutup kurung kurawal

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

... ... @@ -15,8 +15,7 @@ if (Number(config.polling)) {
15 15 port: config.webhook_port,
16 16 key: __dirname+'/key.pem',
17 17 cert: __dirname+'/crt.pem'
18   - }
19   - };
  18 + }
20 19 }
21 20 var bot = new telegram(config.token, options);
22 21