fix http-status-codes usage

This commit is contained in:
Karol Wypchlo 2020-08-26 16:06:12 +02:00
parent c248efb73b
commit 7e90b6f4dd
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function downloadCheck(done) {
done({
name: "download_file",
up: statusCode === HttpStatus.OK,
up: statusCode === StatusCodes.OK,
statusCode,
time: catchRequestTime(time),
critical: true,