fix(postgresql): close connections when done
This commit is contained in:

committed by
Ali BARIN

parent
110c2dbac8
commit
8e9896ec2e
@@ -132,6 +132,8 @@ export default defineAction({
|
||||
})
|
||||
.update(data) as IJSONArray;
|
||||
|
||||
client.destroy();
|
||||
|
||||
$.setActionItem({
|
||||
raw: {
|
||||
rows: response
|
||||
|
Reference in New Issue
Block a user