Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
slavingia committed Sep 25, 2024
1 parent de0569f commit 541bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/dashboard/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export interface PullRequest {
export interface TestFile {
name: string;
content: string;
oldContent: string | null;
oldContent?: string;
}

0 comments on commit 541bcde

Please sign in to comment.