Skip to content

Commit

Permalink
Changed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajous committed Sep 21, 2023
1 parent 4b2b780 commit 61d8ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/poaps/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { PoapsSortFields, FetchPoapsInput } from './types/input';
export { GetMintCodeResponse } from './types/response';
export { PoapMintStatus } from './types/response';
export { PoapsClient } from './PoapsClient';
export { POAP } from './domain/Poap';
export { POAPReservation } from './domain/POAPReservation';
Expand Down

0 comments on commit 61d8ebd

Please sign in to comment.