Skip to content

Commit

Permalink
Empty lines and typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Premwoik committed Jan 27, 2022
1 parent c1e8dbd commit f2c450f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion priv/graphql/schemas/admin/account.gql
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type CheckPasswordPayload{
message: String!
}

"Check user existance payload"
"Check user existence payload"
type CheckUserPayload{
"Status of the user existence"
exist: Bool!
Expand Down
2 changes: 0 additions & 2 deletions src/mongoose_session_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ prepare_reason(Reason) when is_list(Reason) ->
list_to_binary(Reason);
prepare_reason(Reason) when is_binary(Reason) ->
Reason.


0 comments on commit f2c450f

Please sign in to comment.