File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Sends an invite to <email> to become uploader of <package>.
3535 packageName, package.publisherId! );
3636 }
3737 final authenticatedAgent =
38- await requireAuthenticatedAdmin (AdminPermission .removePackage );
38+ await requireAuthenticatedAdmin (AdminPermission .invokeAction );
3939
4040 final inviteStatus = await consentBackend.invitePackageUploader (
4141 packageName: packageName,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Sends an invite to <email> to become a member of <publisher>.
3333 }
3434
3535 final authenticatedAgent =
36- await requireAuthenticatedAdmin (AdminPermission .removePackage );
36+ await requireAuthenticatedAdmin (AdminPermission .invokeAction );
3737
3838 await publisherBackend.verifyPublisherMemberInvite (
3939 publisherId, InviteMemberRequest (email: invitedEmail));
You can’t perform that action at this time.
0 commit comments