Skip to content

Commit cdb2b40

Browse files
committed
fix intendation in tutor mutation
1 parent f2a204e commit cdb2b40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/lib/gql/mutations/user.graphql

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ mutation addEventAvailabilityOfTutor($email: String!, $eventsAvailable: [Int!]!)
2020
availability: {userMail: $email, eventID: $eventsAvailable}
2121
){
2222
fn
23-
}}
23+
}
24+
}

0 commit comments

Comments
 (0)