@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/index.js CHANGED
@@ -27144,6 +27144,8 @@ var init_mongodb = __esm({
27144
27144
  response2.connected = true;
27145
27145
  } catch (e) {
27146
27146
  response2.error = e.message;
27147
+ } finally {
27148
+ await this.client.close();
27147
27149
  }
27148
27150
  return response2;
27149
27151
  }