Skip to content

Commit 71ddb40

Browse files
committed
Add type annotation for return type of parseQueriesFromInput
1 parent 15329e0 commit 71ddb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/db-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ function parseQueriesFromInput(
357357
rawQueriesInput: string | undefined,
358358
queriesInputCombines: boolean,
359359
errorToThrow?: ConfigurationError,
360-
) {
360+
): QuerySpec[] | undefined {
361361
if (!rawQueriesInput) {
362362
return undefined;
363363
}

0 commit comments

Comments
 (0)