Skip to content

Commit

Permalink
Merge abdd567 into 002137d
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Dec 6, 2019
2 parents 002137d + abdd567 commit 46727ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/datasource.d.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 46727ff

Please sign in to comment.