Skip to content

Commit

Permalink
install dep[s
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 16, 2024
1 parent 0952172 commit 097f7ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run check-format
- name: Install dependencies
run: npm install
- name: Check format
run: npm run check-format
2 changes: 0 additions & 2 deletions src/CashuMint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ class CashuMint {
* @param customRequest
*/
public static async getInfo(


mintUrl: string,
customRequest?: typeof request
): Promise<GetInfoResponse> {
Expand Down

0 comments on commit 097f7ec

Please sign in to comment.