Skip to content

Commit

Permalink
feature(create notifications for new travel requests): [starts #16772…
Browse files Browse the repository at this point in the history
…7632]
  • Loading branch information
chrismeeky committed Sep 8, 2019
1 parent 4e63c3c commit b0f7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/RequestController.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class RequestController {
Notification.sendNewRequestNotifications(res, {
id,
requestId: dataValues.id,
type: 'single trip',
type: 'multi-city trip',
});
return HelperMethods.requestSuccessful(res, {
success: true,
Expand Down

0 comments on commit b0f7882

Please sign in to comment.