mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 19:21:39 +10:00
chore: remove unused type
This commit is contained in:
@ -91,12 +91,6 @@ export type GetMonthlyActiveUsersResult = Array<{
|
|||||||
cume_count: number;
|
cume_count: number;
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
type GetMonthlyActiveUsersQueryResult = Array<{
|
|
||||||
month: Date;
|
|
||||||
count: bigint;
|
|
||||||
cume_count: bigint;
|
|
||||||
}>;
|
|
||||||
|
|
||||||
export const getMonthlyActiveUsers = async () => {
|
export const getMonthlyActiveUsers = async () => {
|
||||||
const qb = kyselyPrisma.$kysely
|
const qb = kyselyPrisma.$kysely
|
||||||
.selectFrom('UserSecurityAuditLog')
|
.selectFrom('UserSecurityAuditLog')
|
||||||
|
|||||||
Reference in New Issue
Block a user