From 5ec1f285bc4fa1e328eb8c52f4d39f3da582225e Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Fri, 12 Jan 2024 18:44:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20fix=20rebase=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../types/src/domainTypes/SuggestedChartRevisions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@ourworldindata/types/src/domainTypes/SuggestedChartRevisions.ts b/packages/@ourworldindata/types/src/domainTypes/SuggestedChartRevisions.ts index 747f0168d67..a08d34dda02 100644 --- a/packages/@ourworldindata/types/src/domainTypes/SuggestedChartRevisions.ts +++ b/packages/@ourworldindata/types/src/domainTypes/SuggestedChartRevisions.ts @@ -28,7 +28,7 @@ export interface SuggestedChartRevision { chartUpdatedAt?: Date | null createdAt?: Date createdBy: number - createdByFullName: string | null + createdByFullName: string decisionReason?: string | null existingConfig: GrapherInterface experimental?: SuggestedChartRevisionsExperimental | null