Merge pull request #4154 from Ocelot-Social-Community/hot-fix.invite-codes

bug: hotfix for invite codes
This commit is contained in:
Moriz Wahl 2021-01-20 22:20:02 +01:00 committed by GitHub
commit 9130b2bb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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