Skip to content

Commit

Permalink
Merge pull request #929 from lens-protocol/T-20246/fix-useCreateProfi…
Browse files Browse the repository at this point in the history
…le-first-run

chore: adds missing changeset
  • Loading branch information
cesarenaldi authored Apr 30, 2024
2 parents 9747e35 + b1e4748 commit b2906bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/hungry-spoons-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@lens-protocol/domain": patch
"@lens-protocol/react": patch
"@lens-protocol/react-native": patch
"@lens-protocol/react-web": patch
---

**chore:** remove unused error details
2 changes: 2 additions & 0 deletions packages/react/src/publication/usePublications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { useFragmentVariables } from '../helpers/variables';
*/
export type UsePublicationsArgs = PaginatedArgs<PublicationsRequest>;

export type { PublicationsRequest };

/**
* Fetch a paginated result of publications based on a set of filters.
*
Expand Down

0 comments on commit b2906bb

Please sign in to comment.