Skip to content

Commit e6822a7

Browse files
committed
test broken
1 parent 3d18469 commit e6822a7

File tree

1 file changed

+2
-0
lines changed
  • packages/the-org/src/investmentManager/plugins/community-investor

1 file changed

+2
-0
lines changed

packages/the-org/src/investmentManager/plugins/community-investor/reports.ts

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ function formatPrice(price: number): string {
7979
currency: 'USD',
8080
minimumFractionDigits: price < 1 ? 6 : 2,
8181
maximumFractionDigits: price < 1 ? 6 : 2,
82+
83+
asdfs,
8284
}).format(price);
8385
}
8486

0 commit comments

Comments
 (0)