Skip to content

Commit 050c1ec

Browse files
fix lint error (#7554)
1 parent 85e520a commit 050c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dd-trace/test/appsec/payment_events.stripe.plugin.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ withVersions('stripe', 'stripe', version => {
126126

127127
res.json({
128128
id: 'pi_FAKE',
129-
amount: +amount,
129+
amount: Number(amount),
130130
currency,
131131
livemode: true,
132132
payment_method,

0 commit comments

Comments
 (0)