Skip to content

Commit 525598a

Browse files
fix: update checksum for package-lock.json in .talismanrc and clean up stack function
1 parent 1b4d019 commit 525598a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: 31819c3bab3b0287a5978180be01a95af478f57b8d43649feeacfca3328cbcd6
3+
checksum: 5c0f8d0858cfe34f64ffe23bf2f10e3529ef2bb45688902304b396c09b68a6f6
44
- filename: test/unit/query-optimization-comprehensive.spec.ts
55
checksum: f5aaf6c784d7c101a05ca513c584bbd6e95f963d1e42779f2596050d9bcbac96
66
version: ""

src/lib/contentstack.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ export function stack(config: StackConfig): StackClass {
4545
defaultConfig.defaultHostname = config.host || Utility.getHost(config.region, config.host);
4646
config.host = defaultConfig.defaultHostname;
4747

48-
// if (typeof config.timeout !== 'undefined') {
49-
// defaultConfig.timeout = config.timeout;
50-
// }
5148
if (config.apiKey) {
5249
defaultConfig.headers.api_key = config.apiKey;
5350
} else {

0 commit comments

Comments
 (0)