Add actions check to all endpoints

This commit is contained in:
Owen Schwartz 2024-10-06 16:43:59 -04:00
parent 20db6d450c
commit 81017139c5
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
25 changed files with 232 additions and 34 deletions

View file

@ -84,6 +84,7 @@ declare global {
user?: User;
userOrgRoleId?: number;
userOrgId?: number;
userOrgIds?: number[];
}
}
}