Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sofvanh committed Jan 10, 2025
1 parent 6177f52 commit 1040c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface GraphData {
id: string;
name: string;
argumentCount: number;
lastActivity: number;
lastActivity: number | undefined;
}

export interface Graph {
Expand Down

0 comments on commit 1040c6b

Please sign in to comment.