Skip to content

Commit

Permalink
Merge branch 'nmdra:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lksnjw authored Oct 11, 2024
2 parents c835502 + f856308 commit 226ca93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ import {
startSyncDeliveryOrderStatus,
} from './controllers/DLOcontroller.js' // Import the periodic check

checkForAvailableDrivers() //DL
startOrderAssignment()
startSyncDeliveryOrderStatus() //DL
// checkForAvailableDrivers() //DL
// startOrderAssignment()
// startSyncDeliveryOrderStatus() //DL

import { errorHandler, notFound } from './middlewares/errorMiddleware.js'

Expand Down

0 comments on commit 226ca93

Please sign in to comment.