Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix(api): remove unnecessary ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinechalifour committed Oct 6, 2019
1 parent 1fb0bf9 commit a8eb1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/api.ts
Expand Up @@ -43,7 +43,6 @@ class API {
}

if (!['http://', 'https://', '//'].some(prefix => url.startsWith(prefix))) {
// @ts-ignore
url = window.VERDACCIO_API_URL + url;
}

Expand Down

0 comments on commit a8eb1f3

Please sign in to comment.