Implemented basic transactional emails API
This commit is contained in:
parent
913c7dc337
commit
4a521a8f0f
4 changed files with 107 additions and 1 deletions
|
@ -348,7 +348,7 @@ function createApp(appType) {
|
|||
data: []
|
||||
};
|
||||
|
||||
return status(err.status || 500).json(resp);
|
||||
return res.status(err.status || 500).json(resp);
|
||||
|
||||
} else {
|
||||
if (err instanceof interoperableErrors.NotLoggedInError) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue