Skip to content

Commit bb02a78

Browse files
committed
Lint cleanup
1 parent b666949 commit bb02a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
Id,
2828
FeathersVuexStoreState,
2929
FeathersVuexGlobalModels,
30-
GlobalModels,
30+
GlobalModels
3131
} from './service-module/types'
3232
import { initAuth, hydrateApi } from './utils'
3333
import { FeathersVuex } from './vue-plugin/vue-plugin'
@@ -112,5 +112,5 @@ export {
112112
ModelSetupContext,
113113
ServiceState,
114114
FeathersVuexGlobalModels,
115-
FeathersVuexStoreState,
115+
FeathersVuexStoreState
116116
}

0 commit comments

Comments
 (0)