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.
2 parents 004ba97 + 23e8c54 commit f27daadCopy full SHA for f27daad
src/index.js
@@ -3,7 +3,7 @@ import setupServiceModule from './service-module/service-module'
3
import setupAuthModule from './auth-module/auth-module'
4
import _merge from 'lodash.merge'
5
import _cloneDeep from 'lodash.clonedeep'
6
-import { normalizePath, makeConfig, initAuth } from './utils'
+import { normalizePath, makeConfig } from './utils'
7
8
const defaultOptions = {
9
idField: 'id', // The field in each record that will contain the id
@@ -20,8 +20,6 @@ const defaultOptions = {
20
}
21
22
23
-export { initAuth }
24
-
25
export default function (clientOrStore, options = {}, modules = {}) {
26
var theClone = _cloneDeep(defaultOptions)
27
options = _merge(theClone, options)
0 commit comments