|
|
@ -131,8 +131,8 @@ export class ManualService implements DataProviderInterface { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
abortController.abort(); |
|
|
abortController.abort(); |
|
|
}, this.configurationService.get('REQUEST_TIMEOUT')); |
|
|
}, this.configurationService.get('REQUEST_TIMEOUT')); |
|
|
|
|
|
|
|
|
return extractNumberFromString($(selector).first().text()); |
|
|
return extractNumberFromString($(selector).first().text()); |
|
|
} |
|
|
} |
|
|
|