Skip to content

Commit af4f4df

Browse files
authored
Merge pull request #1808 from strongloop/fix/typo
Fix typo introduced by 19048cd
2 parents 002137d + abdd567 commit af4f4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/datasource.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export declare class DataSource extends EventEmitter {
202202
modelName: string,
203203
callback: Callback<PropertyDefinition[]>,
204204
): void;
205-
// legacy callback style (no options)
205+
// legacy callback style (with options)
206206
discoverForeignKeys(
207207
modelName: string,
208208
options: Options,

0 commit comments

Comments
 (0)