This commit is contained in:
Daniel Lugo 2020-02-28 16:37:38 -04:00
parent 155a8b6d6b
commit ec9812158c

View file

@ -28,6 +28,9 @@ exports.CURRENT_ORDER_ADDRESS = 'currentOrderAddress'
exports.ORDER_NODES = 'orderNodes' exports.ORDER_NODES = 'orderNodes'
/**
* Another user that placed an order can look for a response in here.
*/
exports.ORDER_TO_RESPONSE = 'orderToResponse' exports.ORDER_TO_RESPONSE = 'orderToResponse'
exports.BIO = 'bio' exports.BIO = 'bio'