mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Revert uuid.
This commit is contained in:
parent
1f2da530c9
commit
bd9ff9a0df
15 changed files with 31 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Prisma, TeamUser } from '@prisma/client';
|
||||
import { uuid } from 'next-basics';
|
||||
import { uuid } from 'lib/crypto';
|
||||
import prisma from 'lib/prisma';
|
||||
|
||||
export async function getTeamUserById(teamUserId: string): Promise<TeamUser> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue