From a0ee1dcb6a45311c71f7373252c0d56596b612c9 Mon Sep 17 00:00:00 2001 From: gil Date: Thu, 12 Dec 2024 21:45:18 -0800 Subject: [PATCH] fix linter --- lib/recurly/token.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/recurly/token.js b/lib/recurly/token.js index 545624cf..2f95982d 100644 --- a/lib/recurly/token.js +++ b/lib/recurly/token.js @@ -195,8 +195,8 @@ function token (customerData, bus, done) { city, country, postal_code, - state - } + state, + }; if (number && month && year) { Risk.preflight({ recurly: this, number, month, year, cvv, addressFields })