Skip to content

Commit

Permalink
fix(husky): add commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 6, 2024
1 parent ecc07f7 commit 885ce68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ Retrieves the balances of the ArIO contract.
-->

```typescript

const arIO = new ArIO();
const balances = arIO.getBalances();

Expand Down Expand Up @@ -234,7 +233,6 @@ const gateway = arIO.getGateway({
// "normalizedCompositeWeight": 0.27485583057217183
// }
// }

```

#### `getGateways()`
Expand Down

0 comments on commit 885ce68

Please sign in to comment.