Skip to content

Commit 7953a47

Browse files
Resolve formatting errors from workflow validation in Bitget headers update
1 parent 80cab2b commit 7953a47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/bitget/bitget.app.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ export default {
365365
secret_key: secretKey,
366366
api_key: apiKey,
367367
secret_passphrase: secretPassphrase,
368-
demo_environment: demoEnvironment
368+
demo_environment: demoEnvironment,
369369
} = this.$auth;
370-
370+
371371
const timestamp = Date.now();
372372

373373
const message = this.preHash({
@@ -377,16 +377,16 @@ export default {
377377
console.log("message!!!", message);
378378

379379
const signature = this.sign(message, secretKey);
380-
const paptrading = demoEnvironment ? "1" : "0";
380+
const paptrading = demoEnvironment ? "1" : "0";
381381

382382
return {
383383
"ACCESS-KEY": apiKey,
384384
"ACCESS-PASSPHRASE": secretPassphrase,
385385
"ACCESS-TIMESTAMP": timestamp,
386386
"ACCESS-SIGN": signature,
387-
paptrading,
387+
paptrading,
388388
"locale": "en-US",
389-
"Content-Type": "application/json",
389+
"Content-Type": "application/json",
390390
};
391391
},
392392
makeRequest({

0 commit comments

Comments
 (0)