fix: [frontend] type of Date to string for incoming request
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
wilson 2026-05-07 21:43:44 +01:00
parent 7df2542d1e
commit 01e09680c8

View file

@ -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[];
}; };