File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ describe('Cls', () => {
5
5
SecretId : process . env . TENCENT_SECRET_ID ,
6
6
SecretKey : process . env . TENCENT_SECRET_KEY ,
7
7
} ;
8
- const client = new Cls ( credentials , process . env . REGION , 600000 ) ;
8
+ const client = new Cls ( credentials , process . env . REGION ) ;
9
9
10
10
let outputs = { } ;
11
11
Original file line number Diff line number Diff line change 75
75
},
76
76
"dependencies" : {
77
77
"@tencent-sdk/capi" : " ^1.1.5" ,
78
- "@tencent-sdk/cls" : " ^0.1.6 " ,
78
+ "@tencent-sdk/cls" : " ^0.1.7 " ,
79
79
"@ygkit/request" : " ^0.1.1" ,
80
80
"cos-nodejs-sdk-v5" : " ^2.6.2" ,
81
81
"moment" : " ^2.25.3" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Cls {
12
12
secretKey : credentials . SecretKey ,
13
13
token : credentials . Token ,
14
14
debug : false ,
15
- expire : expire || 300000 ,
15
+ expire : expire ,
16
16
} ) ;
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments