Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asktree committed Oct 3, 2023
1 parent 773aae4 commit e5a1644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/validations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export const validateBuffer = async (
let buffer: ProgramBufferAccount

try {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
buffer = create(info.data.parsed, ProgramBufferAccount)
} catch {
throw 'Invalid program buffer account'
Expand Down

0 comments on commit e5a1644

Please sign in to comment.