Skip to content

Commit 1f4946a

Browse files
ArtuomkaCopilot
andauthored
Update backend/src/entities/table-categories/dto/found-table-categories-with-tables.ro.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6b4a1b9 commit 1f4946a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/entities/table-categories/dto/found-table-categories-with-tables.ro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export class FoundTableCategoriesWithTablesRo {
1111
@ApiProperty({ type: String })
1212
category_color: string;
1313

14-
@ApiProperty({ isArray: true, type: String })
14+
@ApiProperty({ isArray: true, type: FoundTableDs })
1515
tables: Array<FoundTableDs>;
1616
}

0 commit comments

Comments
 (0)