Skip to content

Commit

Permalink
Merge branch '84-feat-product-lifecycle-notification-system' of https…
Browse files Browse the repository at this point in the history
…://github.com/atlp-rwanda/dynamites-ecomm-be into 84-feat-product-lifecycle-notification-system
  • Loading branch information
niyibi250 committed Jun 4, 2024
2 parents e4f669d + 1083a57 commit afaa288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controller/cartController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import { OrderDetails } from '../database/models/orderDetailsEntity';
import { check, validationResult } from 'express-validator';


import {eventEmitter} from '../services/event.services'


import {eventEmitter} from '../services/event.services'

const cartRepository = dbConnection.getRepository(Cart);
Expand Down

0 comments on commit afaa288

Please sign in to comment.