generated from nhcarrigan/template
feat: add tags and links
This commit is contained in:
@@ -23,6 +23,8 @@ export class ShowService {
|
||||
status: show.status as unknown as ShowStatus,
|
||||
dateAdded: show.dateAdded,
|
||||
dateCompleted: show.dateCompleted || undefined,
|
||||
tags: show.tags ?? [],
|
||||
links: show.links ?? [],
|
||||
createdAt: show.createdAt,
|
||||
updatedAt: show.updatedAt,
|
||||
}));
|
||||
@@ -41,6 +43,8 @@ export class ShowService {
|
||||
status: show.status as unknown as ShowStatus,
|
||||
dateAdded: show.dateAdded,
|
||||
dateCompleted: show.dateCompleted || undefined,
|
||||
tags: show.tags ?? [],
|
||||
links: show.links ?? [],
|
||||
createdAt: show.createdAt,
|
||||
updatedAt: show.updatedAt,
|
||||
};
|
||||
@@ -61,6 +65,8 @@ export class ShowService {
|
||||
status: show.status as unknown as ShowStatus,
|
||||
dateAdded: show.dateAdded,
|
||||
dateCompleted: show.dateCompleted || undefined,
|
||||
tags: show.tags ?? [],
|
||||
links: show.links ?? [],
|
||||
createdAt: show.createdAt,
|
||||
updatedAt: show.updatedAt,
|
||||
};
|
||||
@@ -86,6 +92,8 @@ export class ShowService {
|
||||
status: show.status as unknown as ShowStatus,
|
||||
dateAdded: show.dateAdded,
|
||||
dateCompleted: show.dateCompleted || undefined,
|
||||
tags: show.tags ?? [],
|
||||
links: show.links ?? [],
|
||||
createdAt: show.createdAt,
|
||||
updatedAt: show.updatedAt,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user