From 02d6cccf990092b2e63620baa9c20ed384eac93b Mon Sep 17 00:00:00 2001 From: Luc Claustres Date: Fri, 6 Sep 2024 11:47:27 +0200 Subject: [PATCH] chore: fixed lint --- core/client/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/client/api.js b/core/client/api.js index ab6d28bda..42a19f6ed 100644 --- a/core/client/api.js +++ b/core/client/api.js @@ -11,7 +11,6 @@ import configuration from 'config' import { permissions } from '../common/index.js' import { Store } from './store.js' import { Events } from './events.js' -import { LocalStorage } from './local-storage.js' import { makeServiceSnapshot } from '../common/utils.js' // Disable default feathers behaviour of reauthenticating on disconnect