musicglue / project-elephant

Nyyyyahhhhahaawwwwwwwwwwwww
MIT License
0 stars 0 forks source link

valid formatting #3

Closed vitaly-t closed 8 years ago

vitaly-t commented 8 years ago

from your code:

return db.one(sql, bindings).then(this.format);

shouldn't that be this instead?:

return db.one(sql, bindings).then(row => this.format(row));
vitaly-t commented 8 years ago

No, I was wrong :)