Skip to content

Commit c4ffd59

Browse files
committed
Lint
1 parent a0458f9 commit c4ffd59

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
@@ -59,7 +59,7 @@ export class PythHttpClient {
5959
const currentSlot = await this.connection.getSlot(this.commitment)
6060

6161
// Initialize permission field
62-
let permissionData = undefined
62+
let permissionData;
6363

6464
accountList.forEach((singleAccount) => {
6565
const base = parseBaseData(singleAccount.account.data)

0 commit comments

Comments
 (0)