Skip to content

Commit

Permalink
fix regression token is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed May 13, 2019
1 parent 2c9de0a commit 709ffae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/schema/mutation.js
Expand Up @@ -70,7 +70,7 @@ export default [
"""
Log the user out.
"""
logout(token: String!): SuccessResponse
logout(token: String): SuccessResponse
"""
Marks the user's email address as verified. Logs the user in afterwards.
Expand Down

0 comments on commit 709ffae

Please sign in to comment.