1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
This commit is contained in:
Matthias Kretschmann 2019-05-28 14:13:42 +02:00
parent 1af720ffeb
commit d3fc187d89
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -25,7 +25,7 @@ export class UrlCheckRouter {
if (
response &&
(response.statusCode.toString().startsWith('2') ||
response.statusCode.toString().startsWith('416'))
response.statusCode.toString().startsWith('416'))
) {
const result: any = {}
result.found = true