mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Revert uuid.
This commit is contained in:
parent
1f2da530c9
commit
bd9ff9a0df
15 changed files with 31 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Prisma, Team, TeamUser, TeamWebsite, Website } from '@prisma/client';
|
||||
import { ROLES } from 'lib/constants';
|
||||
import { uuid } from 'next-basics';
|
||||
import { uuid } from 'lib/crypto';
|
||||
import prisma from 'lib/prisma';
|
||||
|
||||
export async function getTeamWebsite(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue