Skip to content

Commit fa06c70

Browse files
Reference the newly added 'track'
1 parent 7843553 commit fa06c70

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
@@ -28,7 +28,7 @@ impl MemberMutations {
2828
.bind(&input.mac_address)
2929
.bind(&input.discord_id)
3030
.bind(input.group_id)
31-
.bind(input.track)
31+
.bind(&input.track)
3232
.bind(now)
3333
.fetch_one(pool.as_ref())
3434
.await?;

0 commit comments

Comments
 (0)