Skip to content

Commit c102025

Browse files
committed
Fix import
1 parent 6072c13 commit c102025

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/service-module/service-module.getters.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ eslint
44
@typescript-eslint/no-explicit-any: 0
55
*/
66
import sift from 'sift'
7-
import commons from '@feathersjs/commons'
7+
import { _ } from '@feathersjs/commons'
88
import dbCommons from '@feathersjs/adapter-commons'
99
import { globalModels as models } from './global-models'
1010
import _get from 'lodash/get'
1111
import _omit from 'lodash/omit'
1212

13-
const { _ } = commons
1413
const { filterQuery, sorter, select } = dbCommons
1514
const FILTERS = ['$sort', '$limit', '$skip', '$select']
1615
const OPERATORS = ['$in', '$nin', '$lt', '$lte', '$gt', '$gte', '$ne', '$or']

0 commit comments

Comments
 (0)