diff --git a/src/types/onyx/ReportAction.ts b/src/types/onyx/ReportAction.ts index 842898c1a2bd..66622f4b29ea 100644 --- a/src/types/onyx/ReportAction.ts +++ b/src/types/onyx/ReportAction.ts @@ -45,7 +45,7 @@ type Message = { translationKey?: string; /** ID of a task report */ - taskReportID?: string + taskReportID?: string; }; type Person = {