Merge pull request #1808 from strongloop/fix/typo

Fix typo introduced by 19048cd7
This commit is contained in:
Miroslav Bajtoš 2019-12-06 13:41:36 +01:00 committed by GitHub
commit af4f4dfa87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,