Skip to content

Commit

Permalink
fix: refactor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Jun 20, 2024
1 parent 54222ef commit 8b35862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/query/src/bitcoin/ordinals/inscriptions.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function fetchInscriptions({
}

/**
* // TO REFACTOR
* // TODO: Refactor: https://github.com/leather-io/issues/issues/109
* Returns all inscriptions for the user's current account
*/
export function useGetInscriptionsInfiniteQuery({
Expand Down Expand Up @@ -158,7 +158,7 @@ export function useGetInscriptionsInfiniteQuery({

const inscriptions = responsesArr.flatMap(response => response.results);

// get offset and total from the last response
// Get offset and total from the last response
const total = responsesArr[responsesArr.length - 1]?.total;

return {
Expand Down

0 comments on commit 8b35862

Please sign in to comment.