We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb382ff commit f2a2c81Copy full SHA for f2a2c81
lib/connect.js
@@ -88,8 +88,8 @@ var configTemplate = function () {
88
, ' ],'
89
, ' plugins: {},'
90
, ' contentstack: {'
91
- , ' api_key: "' + inputs.api_key + '",'
92
- , ' access_token: "' + inputs.access_token + '"'
+ , ' api_key: "' + inputs.api_key.trim() + '",'
+ , ' access_token: "' + inputs.access_token.trim() + '"'
93
, ' }'
94
, '};'
95
].join(eol);
0 commit comments