Skip to content

incorrect NOTE tag  #25

@greatghoul

Description

@greatghoul

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  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions