Swap debug statements in streaming server (#26231)

This commit is contained in:
Claire 2023-07-28 17:59:31 +02:00 committed by GitHub
parent 81cdc0f972
commit 446821a0dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -822,8 +822,8 @@ const startServer = async () => {
transmit(event, payload);
}
}).catch(err => {
releasePgConnection();
log.error(err);
releasePgConnection();
});
});
};