Skip to content

Commit

Permalink
modified: delivery.ts
Browse files Browse the repository at this point in the history
	modified:   delivery.ts.bak
  • Loading branch information
Keith Douglas committed Aug 21, 2023
1 parent 60c9ad3 commit 071e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/delivery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports.getDeliveryMethod = function getDeliveryMethod () {
}
res.status(200).json({ status: 'success', data: sendMethod })
} else {
res.status(400).json({ status: 'error!!!' })
res.status(400).json({ status: 'error!!' })
}
}
}

0 comments on commit 071e1bd

Please sign in to comment.