Skip to content

Instantly share code, notes, and snippets.

View EduceHealth's full-sized avatar

Educe Health Ltd. EduceHealth

View GitHub Profile
var q = require('Q');
var profileId = req.token;
var deliveryId = req.route.params.id;
var body = req.body;
// validate the received request body
var deliveryNotes = body.notes;
var deliveryItems = body.items;