Merge pull request #1808 from strongloop/fix/typo
Fix typo introduced by 19048cd7
This commit is contained in:
commit
af4f4dfa87
|
@ -202,7 +202,7 @@ export declare class DataSource extends EventEmitter {
|
|||
modelName: string,
|
||||
callback: Callback<PropertyDefinition[]>,
|
||||
): void;
|
||||
// legacy callback style (no options)
|
||||
// legacy callback style (with options)
|
||||
discoverForeignKeys(
|
||||
modelName: string,
|
||||
options: Options,
|
||||
|
|
Loading…
Reference in New Issue