Fixed typo in message. (#132)

Signed-off-by: maxmarzolf <max@treesfromspace.com>
This commit is contained in:
Max 2021-05-21 12:44:22 -04:00 committed by GitHub
parent 6ba8ef4937
commit 6bec53c4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module.exports = {
},
UNAUTHORIZED: {
code: 401,
message: "You session is expired. Please login again",
message: "Your session has expired. Please login again",
success: false,
},
SUCCESSFUL_DELETE: {