Swap debug statements in streaming server (#26231)
This commit is contained in:
parent
81cdc0f972
commit
446821a0dc
@ -822,8 +822,8 @@ const startServer = async () => {
|
||||
transmit(event, payload);
|
||||
}
|
||||
}).catch(err => {
|
||||
releasePgConnection();
|
||||
log.error(err);
|
||||
releasePgConnection();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user