Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit a3c68db

Browse files
committed
error msg change
1 parent 5ad6275 commit a3c68db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/src/services/invite/invite.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Service {
122122
let errorObj = {};
123123
errorObj.statusText = 'Not Found';
124124
errorObj.status = 404;
125-
errorObj.data = 'No data found with this email ID:: 123456';
125+
errorObj.data = 'No data found with this email ID';
126126
resolve(errorObj);
127127
});
128128
});

0 commit comments

Comments
 (0)