Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yashim-deriv committed Jun 26, 2024
1 parent 5141876 commit d341868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client-library/deriv-api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export class DerivAPIClient {
onError,
req_id,
}: SubscribeFunctionArgs<T>): Promise<{ id: number; hash: string }> {
console.log(req_id);
const subscriptionPayload = { [name]: 1, ...(payload ?? {}), subscribe: 1 };
const subscriptionHash = await ObjectUtils.hashObject(subscriptionPayload);
const matchingSubscription = this.subscribeHandler.get(subscriptionHash);
Expand Down

0 comments on commit d341868

Please sign in to comment.