refactor(minor): part changed to partial_id; and more to data

This commit is contained in:
Damian Mee 2014-09-20 18:54:21 +02:00
parent 5a78376ad5
commit f15f6d9a0a
2 changed files with 14 additions and 14 deletions

View file

@ -268,7 +268,7 @@ exports.trade = function trade(rawTrade, deviceFingerprint, cb) {
});
}
// record (vel log) inserted bill
// record/log inserted bill
db.recordBill(deviceFingerprint, rawTrade, cb);
};