Commit 04246e64bf0965f3e3082622a9711d1e177e9edb

Authored by Adhidarma Hadiwinoto
1 parent 00cf7da469
Exists in master

Number(config.globals.auto_resend_delay_secs)

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 || !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