hotfix for invite codes

This commit is contained in:
Moriz Wahl 2021-01-20 18:49:51 +01:00
parent 8a4f64e030
commit 95a423a33a

View File

@ -31,7 +31,7 @@ const myInviteCodesQuery = gql`
`
const isValidInviteCodeQuery = gql`
query($code: ID) {
query($code: ID!) {
isValidInviteCode(code: $code)
}
`