adminjs
adminjs copied to clipboard
Typo in Order class definition
The app/models/order.js file has line 6:
customer: Ep.belongsTo('order')
which should be
customer: Ep.belongsTo('customer')
Right? Or am I misunderstanding this?