fix: update APIID to the correct value
Some checks failed
E2ETests / Build & Test (push) Has been cancelled
Publish to NPM / publish-npm (push) Has been cancelled

This commit is contained in:
Tom You
2025-07-22 17:01:22 +09:00
parent 896e03342e
commit d1dc74c4c2

View File

@@ -184,7 +184,7 @@ export function isWsPong(msg: any): boolean {
); );
} }
export const APIID = 'bybitapinode'; export const APIID = 'Wd000769';
/** /**
* Used to switch how authentication/requests work under the hood (primarily for SPOT since it's different there) * Used to switch how authentication/requests work under the hood (primarily for SPOT since it's different there)