@dnax/core 0.73.7 → 0.73.8

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.
@@ -363,7 +363,6 @@ async function randomCode(
363
363
  // if unique
364
364
  if (f?.unique) {
365
365
  let tenant = Cfg.tenants.find((t) => t.id == col.tenant_id);
366
-
367
366
  if (tenant) {
368
367
  let doc = await tenant.database.db
369
368
  ?.collection(col.slug)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.73.7",
3
+ "version": "0.73.8",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {},