1
0
forked from noxious/server

Minor fixes

This commit is contained in:
2025-02-07 01:08:40 +01:00
parent 9ea12ee458
commit f2917e67e3
4 changed files with 28 additions and 8 deletions

View File

@ -1,6 +1,5 @@
import { User } from '@prisma/client'
import Logger, { LoggerType } from '#application/logger'
import { User } from '#entities/user'
type TLoggedInUsers = {
users: User[]