mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
Revert "add test comment for docker build issue"
This reverts commit fdac590a02.
This commit is contained in:
@@ -57,7 +57,7 @@ import { healthCheck } from './routes/status';
|
||||
import { getLogger } from './utils/logger';
|
||||
import { RouteNotFoundError } from './utils/errors';
|
||||
import { requestErrorHandler } from './middleware/requestErrorHandler';
|
||||
// test comment
|
||||
|
||||
// patch async route params to handle Promise Rejections
|
||||
patchRouterParam();
|
||||
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
import { defineAbility } from '@casl/ability';
|
||||
|
||||
export const defineWorkspaceAbilityFor = (user: any) => defineAbility((can) => {
|
||||
// can('manage', 'all');
|
||||
// console.log("workspace ===>", workspace)
|
||||
|
||||
// if (user) {
|
||||
can(["read", "delete", "update"], "Workspace", { name: "Example Projects" })
|
||||
// }
|
||||
|
||||
// if (user.isLoggedIn) {
|
||||
// can('update', 'Article', { authorId: user.id });
|
||||
// can('create', 'Comment');
|
||||
// can('update', 'Comment', { authorId: user.id });
|
||||
// }
|
||||
});
|
||||
Reference in New Issue
Block a user