Skip to content

Commit 0687b58

Browse files
committed
Remove ts-ignore
1 parent c039a7f commit 0687b58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/billing/cloudpayments.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ export default class CloudPaymentsWebhooks {
244244
payload: {
245245
workspaceId: workspace._id,
246246
amount: +body.Amount * PENNY_MULTIPLIER,
247-
// @ts-ignore
248247
currency: body.Currency,
249248
userId: member._id,
250249
tariffPlanId: plan._id,

0 commit comments

Comments
 (0)