Skip to content

Commit

Permalink
chore: Update type of databaseDriverOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Dec 10, 2024
1 parent 376b9e8 commit 39a11d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/framework/src/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export type ProjectConfigOptions = {
/**
* Whether to fail connection if the server certificate is verified against the list of supplied CAs and the hostname and no match is found.
*/
rejectUnauthorized?: false
rejectUnauthorized?: boolean
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types/src/common/config-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export type ProjectConfigOptions = {
/**
* Whether to fail connection if the server certificate is verified against the list of supplied CAs and the hostname and no match is found.
*/
rejectUnauthorized?: false
rejectUnauthorized?: boolean
}
}
}
Expand Down

0 comments on commit 39a11d6

Please sign in to comment.