mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
Fix: Removed updatedAt from project list (#853)
This commit is contained in:
@@ -15,7 +15,6 @@ export interface GetInfo {
|
||||
|
||||
export type ProjectFile = {
|
||||
filename: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user