Skip to content

Commit ce959e4

Browse files
committed
[fixup] missing comma dangle due to prettier
1 parent 2e17c5f commit ce959e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recaptcha-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ export default makeAsyncScriptLoader(ReCAPTCHA, getURL, {
2121
callbackName,
2222
globalName,
2323
removeOnMount: initialOptions.removeOnMount || false,
24-
exposeFuncs: ["getValue", "getWidgetId", "reset", "execute"]
24+
exposeFuncs: ["getValue", "getWidgetId", "reset", "execute"],
2525
});

0 commit comments

Comments
 (0)