Skip to content

Commit d91d72d

Browse files
committed
chore: lint
1 parent c0d8351 commit d91d72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/lightning/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const getFees: TGetFees = async () => {
345345
});
346346

347347
updateOnchainFeeEstimates({ feeEstimates: fees });
348-
} catch (error) {
348+
} catch (_error) {
349349
// FALLBACK: Use cached fees if network fetch fails
350350
const cachedFees = getFeesStore().onchain;
351351
const feeAge = Date.now() - cachedFees.timestamp;

0 commit comments

Comments
 (0)