Skip to content
Snippets Groups Projects
Verified Commit c11795b7 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 2426ad2c
No related branches found
No related tags found
No related merge requests found
Pipeline #7462 passed with warnings
...@@ -113,7 +113,10 @@ gemnasium-dependency_scanning: ...@@ -113,7 +113,10 @@ gemnasium-dependency_scanning:
nodejs-scan-sast: nodejs-scan-sast:
<<: *security-def <<: *security-def
before_script: before_script:
- ls - ls -la
- chmod -R a+rwx ./dist
- ls -la
- ls -la ./dist
license_scanning: license_scanning:
<<: *security-def <<: *security-def
... ...
......
...@@ -31,9 +31,8 @@ export class AxiosHttpClient implements IHttpClient { ...@@ -31,9 +31,8 @@ export class AxiosHttpClient implements IHttpClient {
promise(), promise(),
timeoutPromise timeoutPromise
]) ])
if (timeoutHandle) { // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
clearTimeout(timeoutHandle) clearTimeout(timeoutHandle!)
}
return result return result
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment