Skip to content

Commit

Permalink
Merge pull request #13 from JoinColony/feat/advanced-payments
Browse files Browse the repository at this point in the history
Feature: Advanced Payments
  • Loading branch information
jakubcolony authored Mar 11, 2024
2 parents d6b4557 + 4326771 commit 2236b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/graphql/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const hasMutationPermissions = async (
/*
* Actions, Mutations
*/
case MutationOperations.CreateAnnotation:
case MutationOperations.CreateColonyActionMetadata: {
const {
input: { id: actionId },
Expand Down Expand Up @@ -165,7 +164,8 @@ const hasMutationPermissions = async (
/**
* Expenditures
*/
case MutationOperations.CreateExpenditureMetadata: {
case MutationOperations.CreateExpenditureMetadata:
case MutationOperations.CreateAnnotation: {
return true;
}
/**
Expand Down

0 comments on commit 2236b9e

Please sign in to comment.