Skip to content

Commit dd8b7e9

Browse files
committed
Removing date
1 parent b2be3a1 commit dd8b7e9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

backend/src/reports/models/report.model.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ export class Report {
2121
@ApiProperty({ description: 'Category of the report' })
2222
category: string;
2323

24-
@ApiProperty({ description: 'Date of the report' })
25-
date: string;
26-
2724
@ApiProperty({
2825
description: 'Status of the report',
2926
enum: ReportStatus,

backend/src/reports/reports.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ export class ReportsService {
270270
title: 'New Report',
271271
bookmarked: false,
272272
category: '',
273-
date: '',
274273
status: ReportStatus.UNREAD,
275274
createdAt: new Date().toISOString(),
276275
updatedAt: new Date().toISOString(),

0 commit comments

Comments
 (0)