fixme listed
* app/service/content_report.js [1 message]:
[Line 48] ✐ NOTE: ) {
but what in the file actually is
46 async checkReportInfo (data) {
47 const note = _.trim(data.report_note)
48 if (data.report_type === 'others' && !note) {
49 throw new ReportNoteRequired()
50 }
51 }
fixme listed
but what in the file actually is