Skip to content

Commit f6bc413

Browse files
committed
fix(service): db migration context log method was incorrectly typed
1 parent 0216d1e commit f6bc413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/@types/mongodb-migrations/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ declare module '@ngageoint/mongodb-migrations' {
7676

7777
export type MigrationContext = {
7878
db: Db
79-
log: Console
79+
log: Console['log']
8080
}
8181

8282
export interface Migration {

0 commit comments

Comments
 (0)