Skip to content

Commit b27fb3a

Browse files
committed
Lint
1 parent c4ffd59 commit b27fb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PythHttpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class PythHttpClient {
5858
const productAccountKeyToProduct = new Map<string, Product>()
5959
const currentSlot = await this.connection.getSlot(this.commitment)
6060

61-
// Initialize permission field
61+
// Initialize permission field as undefined
6262
let permissionData;
6363

6464
accountList.forEach((singleAccount) => {

0 commit comments

Comments
 (0)