@budibase/server 2.7.7-alpha.4 → 2.7.7-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automation.js +2 -0
- package/dist/automation.js.map +2 -2
- package/dist/index.js +2 -0
- package/dist/index.js.map +2 -2
- package/dist/query.js +2 -0
- package/dist/query.js.map +2 -2
- package/package.json +9 -9
- package/src/integrations/mongodb.ts +4 -2
package/dist/automation.js
CHANGED
|
@@ -21907,6 +21907,8 @@ var init_mongodb = __esm({
|
|
|
21907
21907
|
response2.connected = true;
|
|
21908
21908
|
} catch (e) {
|
|
21909
21909
|
response2.error = e.message;
|
|
21910
|
+
} finally {
|
|
21911
|
+
await this.client.close();
|
|
21910
21912
|
}
|
|
21911
21913
|
return response2;
|
|
21912
21914
|
}
|