We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ffd59 commit b27fb3aCopy full SHA for b27fb3a
src/PythHttpClient.ts
@@ -58,7 +58,7 @@ export class PythHttpClient {
58
const productAccountKeyToProduct = new Map<string, Product>()
59
const currentSlot = await this.connection.getSlot(this.commitment)
60
61
- // Initialize permission field
+ // Initialize permission field as undefined
62
let permissionData;
63
64
accountList.forEach((singleAccount) => {
0 commit comments