X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4b956bd2e3bcccdeb808df7391d135659cf85b94..dec2560060035f165662cff34b3a8916927a7ee6:/src/common/service-provider.ts diff --git a/src/common/service-provider.ts b/src/common/service-provider.ts index 1362de9a..080916c5 100644 --- a/src/common/service-provider.ts +++ b/src/common/service-provider.ts @@ -26,7 +26,7 @@ class ServicesProvider { public getServices() { if (!this.services) { - throw "Please check if services have been set in the index.ts before the app is initiated"; + throw "Please check if services have been set in the index.ts before the app is initiated"; // eslint-disable-line no-throw-literal } return this.services; }