Skip to content

Commit c6da7e8

Browse files
committed
Fix consumerSecret and consumerKey placeholder values
1 parent 4115192 commit c6da7e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/schemaUtils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,8 @@ module.exports = {
11071107
helper = {
11081108
type: 'oauth1',
11091109
oauth1: [
1110-
{ key: 'consumerSecret', value: '{{oauth_10_consumer_key}}' },
1111-
{ key: 'consumerKey', value: '{{oauth_10_consumer_secret}}' },
1110+
{ key: 'consumerSecret', value: '{{consumer_secret}}' },
1111+
{ key: 'consumerKey', value: '{{consumer_key}}' },
11121112
{ key: 'addParamsToHeader', value: true }
11131113
]
11141114
};

0 commit comments

Comments
 (0)