santteegt / simple-ride

Webapp for the Simple Ride platform based on Ionic 3 and Meteor framework as backend
0 stars 0 forks source link

Delete previous rate notification after a user rate the ride #26

Closed santteegt closed 7 years ago

santteegt commented 7 years ago

Remove previous rating notifications after a user rate a ride.

Parameters to delete rating notifications

{user_id: <user-id>, redirect_component: 'TripReviewMobileComponent', trip_id: <trip_id>, sent_data: {$lt: new Date()}