Skip to content

Commit

Permalink
fix: 🚑 remove extra return type from resolver (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo authored Nov 29, 2023
1 parent ce06d4b commit 9472923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server-extension/resolvers/AdminResolver/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export class AdminResolver {
}

@UseMiddleware(OperatorOnly())
@Mutation(() => AppRootDomain)
@Mutation(() => Int)
async setNewNotificationCenterPath(
@Args() args: SetMaxAttemptsOnMailDeliveryInput
Expand Down

0 comments on commit 9472923

Please sign in to comment.