Skip to content

Commit b6d1851

Browse files
committed
fix clippy errors
1 parent c3a7563 commit b6d1851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/mutations/member_mutations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl MemberMutations {
2424
.bind(&input.roll_no)
2525
.bind(&input.name)
2626
.bind(&input.email)
27-
.bind(&input.sex)
27+
.bind(input.sex)
2828
.bind(input.year)
2929
.bind(&input.hostel)
3030
.bind(&input.mac_address)

0 commit comments

Comments
 (0)