Skip to content

Commit

Permalink
chore(schemas): remove deprecated prune:logs scope (#5524)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun committed Mar 21, 2024
1 parent f727ef8 commit d913c8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/schemas/src/seeds/cloud-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export enum CloudScope {
ManageAffiliate = 'manage:affiliate',
/** The user can create new affiliates and logs. */
CreateAffiliate = 'create:affiliate',
/** The user can prune logs which are expired. */
PruneLogs = 'prune:logs',
}

export const createCloudApi = (): Readonly<[UpdateAdminData, ...CreateScope[]]> => {
Expand Down

0 comments on commit d913c8d

Please sign in to comment.