Skip to content

Commit 1ed888f

Browse files
committed
Fix typescript by declaring a const object
1 parent 0b4ae88 commit 1ed888f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Search/SearchUIUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const report5 = {
132132
total: 0,
133133
type: 'expense',
134134
unheldTotal: 0,
135-
};
135+
} as const;
136136

137137
const allViolations = {
138138
[`transactionViolations_${transactionID2}`]: [

0 commit comments

Comments
 (0)