Skip to content

Commit

Permalink
feat: redeployment of failed release
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmellis committed Jul 12, 2024
1 parent 6468963 commit a5217eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This library offers some simple, standalone, methods for querying both restful e
<T>(args: {
url: string,
data?: Record<string, any> | string,
method?: 'GET' | 'POST' | 'PUT' | 'DELETE',
method?: 'GET' | 'POST' | 'PUT' | 'DELETE'
}): Promise<T>
```
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `@nftx/subgraph`

This package contains utilities for interacting with subgraphs
This package contains utilities for interacting with subgraphs, built on top of `@nftx/query`

```ts
import { createQuery, querySubgraph } from '@nftx/subgraph';
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# `@nftx/utils`

Contains utils used across the @nftx range

0 comments on commit a5217eb

Please sign in to comment.