fix: [frontend] type of Date to string for incoming request
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
7df2542d1e
commit
01e09680c8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
id: string;
|
id: string;
|
||||||
title: string;
|
title: string;
|
||||||
description: string | null;
|
description: string | null;
|
||||||
created_at: Date;
|
created_at: string;
|
||||||
genres: string[];
|
genres: string[];
|
||||||
vibes: string[];
|
vibes: string[];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue