Fix: Removed updatedAt from project list (#853)

This commit is contained in:
Ary
2024-04-03 13:35:18 -06:00
committed by GitHub
parent 8b8b3347fb
commit 9f207dd39a
5 changed files with 3 additions and 12 deletions
@@ -15,7 +15,6 @@ export interface GetInfo {
export type ProjectFile = {
filename: string;
createdAt: string;
updatedAt: string;
};