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

6 lines
98 B
TypeScript
Raw Normal View History

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