From 097f7ec9f5307d3d771bd1ff9d15b8e6610f0f33 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:01:40 +0200 Subject: [PATCH] install dep[s --- .github/workflows/format.yml | 5 ++++- src/CashuMint.ts | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 53bac82d..2cd51ebd 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 diff --git a/src/CashuMint.ts b/src/CashuMint.ts index 4c6281e2..318de226 100644 --- a/src/CashuMint.ts +++ b/src/CashuMint.ts @@ -51,8 +51,6 @@ class CashuMint { * @param customRequest */ public static async getInfo( - - mintUrl: string, customRequest?: typeof request ): Promise {