Remove todo line

This commit is contained in:
Greg 2021-09-07 16:21:52 -06:00
parent 095a74347a
commit 83155f5275
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ const ordersApi = {
}, },
}; };
// TODO -- build example payload here? Remove ID etc from the example and just add here?
module.exports = { module.exports = {
ordersApi, ordersApi,
}; };