Skip to content

Commit

Permalink
remove backfillPermission (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 authored Sep 18, 2023
1 parent 0d4cacd commit 4765dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/utils/setup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const setup = async () => {
await backfillServiceTokenMultiScope();
await backfillTrustedIps();
await backfillUserAuthMethods();
await backfillPermission();
// await backfillPermission();

// re-encrypt any data previously encrypted under server hex 128-bit ENCRYPTION_KEY
// to base64 256-bit ROOT_ENCRYPTION_KEY
Expand Down

0 comments on commit 4765dd0

Please sign in to comment.