1
0
Fork 0
mirror of synced 2024-09-19 02:39:37 +12:00
budibase/packages/backend-core/tests/core/utilities/structures/tenants.ts

6 lines
108 B
TypeScript
Raw Normal View History

import { newid } from "../../../../src/docIds/newid"
2023-02-04 00:28:27 +13:00
2023-02-04 01:09:56 +13:00
export function id() {
2023-02-04 00:28:27 +13:00
return `tenant-${newid()}`
}