Skip to content

Commit

Permalink
Lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Sep 2, 2020
1 parent b666949 commit bb02a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
Id,
FeathersVuexStoreState,
FeathersVuexGlobalModels,
GlobalModels,
GlobalModels
} from './service-module/types'
import { initAuth, hydrateApi } from './utils'
import { FeathersVuex } from './vue-plugin/vue-plugin'
Expand Down Expand Up @@ -112,5 +112,5 @@ export {
ModelSetupContext,
ServiceState,
FeathersVuexGlobalModels,
FeathersVuexStoreState,
FeathersVuexStoreState
}

0 comments on commit bb02a78

Please sign in to comment.