Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Intellicode committed Dec 27, 2024
1 parent 881e5c0 commit a25a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrations/src/connection-string.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function createConnectionString(config: {
host: string;
port: number;
password: string;
password: string | undefined;
user: string;
db: string;
ssl: boolean;
Expand Down

0 comments on commit a25a003

Please sign in to comment.