mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
fix(api): remove unnecessary ts ignore
This commit is contained in:
@@ -43,7 +43,6 @@ class API {
|
||||
}
|
||||
|
||||
if (!['http://', 'https://', '//'].some(prefix => url.startsWith(prefix))) {
|
||||
// @ts-ignore
|
||||
url = window.VERDACCIO_API_URL + url;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user