From a58f90f8b05841dfc87ce16836a6460b0da622f9 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Thu, 25 Jan 2024 13:02:42 -0700 Subject: [PATCH] fix style --- src/types/onyx/Policy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/onyx/Policy.ts b/src/types/onyx/Policy.ts index 0daf0b1275b8..eca7e9d1ee06 100644 --- a/src/types/onyx/Policy.ts +++ b/src/types/onyx/Policy.ts @@ -29,7 +29,7 @@ type CustomUnit = { type DisabledFields = { defaultBillable?: boolean; reimbursable?: boolean; -} +}; type AutoReportingOffset = number | ValueOf;