mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove extra quote from report string
This commit is contained in:
parent
f85b037d93
commit
cb506fcf93
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export class ContentDisplayReportSubscriber
|
|||
async afterInsert(event: InsertEvent<ContentDisplayReport>): Promise<void> {
|
||||
const report = event.entity
|
||||
const message = `A new content display report was created by:
|
||||
${report.userId} for URL': ${report.originalUrl}
|
||||
${report.userId} for URL: ${report.originalUrl}
|
||||
${report.reportComment}`
|
||||
|
||||
console.log(message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue