Skip to content

Commit

Permalink
🔨 fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Jan 27, 2024
1 parent 1cb9055 commit 2192ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2192ceb

Please sign in to comment.