feat: update permit schema
This commit is contained in:
@@ -182,7 +182,7 @@ export async function listPermits(
|
||||
}
|
||||
|
||||
export async function updatePermit(
|
||||
input: UpdatePermitInput,
|
||||
input: CreatePermitInput,
|
||||
permitId: string,
|
||||
user: AuthenticatedUser
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user