mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 03:01:59 +10:00
fix: wip
This commit is contained in:
@ -12,7 +12,7 @@ import { ZLimitsSchema } from './schema';
|
||||
|
||||
export type GetServerLimitsOptions = {
|
||||
email: string;
|
||||
teamId?: number | null;
|
||||
teamId: number | null;
|
||||
};
|
||||
|
||||
export const getServerLimits = async ({
|
||||
|
||||
Reference in New Issue
Block a user