We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207d6eb commit 38eeb67Copy full SHA for 38eeb67
src/utils/service.ts
@@ -11,7 +11,7 @@ export function createServiceConfig(env: Env.ImportMeta) {
11
let other = {} as Record<App.Service.OtherBaseURLKey, string>;
12
try {
13
other = json5.parse(VITE_OTHER_SERVICE_BASE_URL);
14
- } catch (error) {
+ } catch {
15
// eslint-disable-next-line no-console
16
console.error('VITE_OTHER_SERVICE_BASE_URL is not a valid json5 string');
17
}
0 commit comments