Skip to content

Commit 289c7c8

Browse files
committed
fix(apigw): using token for capi bug
1 parent 42c26be commit 289c7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/apigw/apis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function apiFactory(actions) {
2626
Action: action,
2727
Version: '2018-08-08',
2828
// RequestClient: 'ServerlessComponent',
29-
// Token: capi.options.Token || null,
29+
Token: capi.options.Token || null,
3030
...inputs,
3131
},
3232
{

0 commit comments

Comments
 (0)