()
| 2 | import { slugify } from '@linen/utilities/string'; |
| 3 | |
| 4 | const random = () => 'r-' + (Math.random() + 1).toString(36).substring(2); |
| 5 | |
| 6 | (async function () { |
| 7 | const result = await prisma.accounts.findMany({ |
no outgoing calls
no test coverage detected