Remove "defaultForType" from datasource config
The option "defaultForType" is no longer supported by LoopBack and causes an unhandled error.
This commit is contained in:
parent
58ef16993b
commit
748a728a4f
|
@ -55,7 +55,6 @@ describe('executor', function() {
|
|||
dataSources: {
|
||||
'the-db': {
|
||||
connector: 'memory',
|
||||
defaultForType: 'db',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue