Commit 646fdd40d38e642366ac6e2ddb9cc147f3d36596
1 parent
04246e64bf
Exists in
master
missing tutup kurung
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
... | ... | @@ -250,7 +250,7 @@ function registerResendDelay(task) { |
250 | 250 | return; |
251 | 251 | } |
252 | 252 | |
253 | - if (!config || !config.globals || !Number(config.globals.auto_resend_delay_secs) { | |
253 | + if (!config || !config.globals || !Number(config.globals.auto_resend_delay_secs)) { | |
254 | 254 | return; |
255 | 255 | } |
256 | 256 |