From 541bcded631c87698de61c89d1c63494c9f5d87b Mon Sep 17 00:00:00 2001 From: Sahil Lavingia Date: Wed, 25 Sep 2024 10:57:48 -0400 Subject: [PATCH] cp --- app/(dashboard)/dashboard/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(dashboard)/dashboard/types.ts b/app/(dashboard)/dashboard/types.ts index 0abd2313..ab5ca7fb 100644 --- a/app/(dashboard)/dashboard/types.ts +++ b/app/(dashboard)/dashboard/types.ts @@ -18,5 +18,5 @@ export interface PullRequest { export interface TestFile { name: string; content: string; - oldContent: string | null; + oldContent?: string; }