fix(api): remove unnecessary ts ignore

This commit is contained in:
antoinechalifour 2019-10-03 20:11:06 +02:00
parent 1fb0bf96d1
commit a8eb1f36fc

View File

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