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 4862ac5 commit 1980d6aCopy full SHA for 1980d6a
src/auth-module/auth-module.actions.ts
@@ -3,7 +3,7 @@ eslint
3
@typescript-eslint/explicit-function-return-type: 0,
4
@typescript-eslint/no-explicit-any: 0
5
*/
6
-import { models } from '../index'
+import { globalModels as models } from '../service-module/global-models'
7
8
export default function makeAuthActions(feathersClient) {
9
return {
src/utils.ts
@@ -15,7 +15,7 @@ import {
15
get as _get
16
} from 'lodash'
17
import ObjectID from 'bson-objectid'
18
-import { models } from './index'
+import { globalModels as models } from './service-module/global-models'
19
import stringify from 'fast-json-stable-stringify'
20
21
export function stripSlashes(location: string) {
0 commit comments