Fixed typo in message.

Signed-off-by: maxmarzolf <max@treesfromspace.com>
This commit is contained in:
maxmarzolf 2021-04-15 00:59:10 -04:00
parent 5afe7e401b
commit e839e38df4

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: {