Remove redundant site string in report
This commit is contained in:
parent
792b203255
commit
306c05fcd7
@ -32,7 +32,7 @@ export class TextReportService {
|
||||
report += `\n\n${this.getStealingReport(similarReplay)}\n`;
|
||||
}
|
||||
|
||||
report += `\n\nGenerated on ${site} - [${userDetails.username} on ${site}](${environment.webUrl}/u/${userDetails.user_id})`;
|
||||
report += `\n\nGenerated on ${site} - [${userDetails.username} profile](${environment.webUrl}/u/${userDetails.user_id})`;
|
||||
|
||||
return report;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user