Fix: File Upload (#4806)
File upload issue fixed. There was a type mismatch and isDate was returning false
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
export type Attachment = {
|
||||
id: string;
|
||||
createdAt: Date;
|
||||
createdAt: string;
|
||||
updatedAt: Date;
|
||||
deletedAt: Date | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user