1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: simplify assignment

This commit is contained in:
Nuno Góis 2025-09-03 12:44:54 +01:00
parent 5af7728db9
commit 9fadbad516
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -36,7 +36,7 @@ export function createDb({
const signer = new Signer({
region: awsRegion,
hostname: host,
port: Number(port ?? 5432),
port,
username: user,
});