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:
parent
5af7728db9
commit
9fadbad516
@ -36,7 +36,7 @@ export function createDb({
|
|||||||
const signer = new Signer({
|
const signer = new Signer({
|
||||||
region: awsRegion,
|
region: awsRegion,
|
||||||
hostname: host,
|
hostname: host,
|
||||||
port: Number(port ?? 5432),
|
port,
|
||||||
username: user,
|
username: user,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user