Skip to content

Commit 59499e9

Browse files
committed
naming mistake
1 parent c4a2c0d commit 59499e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

springqpro-backend/src/main/java/com/springqprobackend/springqpro/controller/graphql/TaskGraphQLController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public boolean deleteTask(@Argument String id, Authentication auth) {
129129

130130
@MutationMapping
131131
@PreAuthorize("isAuthenticated()")
132-
public boolean requeueTask(@Argument String id, Authentication auth) {
132+
public boolean retryTask(@Argument String id, Authentication auth) {
133133
String owner = auth.getName();
134134
logger.info("INFO: GraphQL 'requeueTask' (id={}) Query sent by user:{}", id, owner);
135135
// ownership check:

0 commit comments

Comments
 (0)