mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Upgraded Prisma v6.10.1.
This commit is contained in:
parent
8abb470234
commit
fb7f671b32
5 changed files with 84 additions and 84 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import bcrypt from 'bcryptjs';
|
||||
import { Report } from '@/generated/prisma';
|
||||
import { Report } from '@/generated/prisma/client';
|
||||
import redis from '@/lib/redis';
|
||||
import debug from 'debug';
|
||||
import { PERMISSIONS, ROLE_PERMISSIONS, ROLES, SHARE_TOKEN_HEADER } from '@/lib/constants';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue