Skip to content

Commit

Permalink
removing chained options
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoGraffe committed Nov 2, 2023
1 parent 1a19c02 commit 48eb16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/zeus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const apiSubscription = (options: chainOptions) => {
// const headers : Record<string,string> = {};
const client = createClient({
url: String(options[0]),
connectionParams: Object.fromEntries(new Headers(options[1]?.headers).entries()),
// connectionParams: Object.fromEntries(new Headers(options[1]?.headers).entries()),
});

const ws = new Proxy(
Expand Down

0 comments on commit 48eb16e

Please sign in to comment.