From bc937378dd4128409dc0819e1c117a0a14bb7ca5 Mon Sep 17 00:00:00 2001 From: tate Date: Wed, 26 Jun 2024 13:06:46 +1000 Subject: [PATCH] lint --- .github/workflows/build.yaml | 4 ++++ src/query/reclaimSubgraph.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ba13a50..8bf48cd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 + with: + bun-version: 1.1.16 - run: bun install - run: bun run build @@ -18,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 + with: + bun-version: 1.1.16 - run: bun install - run: bun run lint diff --git a/src/query/reclaimSubgraph.ts b/src/query/reclaimSubgraph.ts index c5e7e14..e284f88 100644 --- a/src/query/reclaimSubgraph.ts +++ b/src/query/reclaimSubgraph.ts @@ -1,4 +1,4 @@ -import { encodeLabelhash, truncateFormat } from "@ensdomains/ensjs/utils"; +import { encodeLabelhash } from "@ensdomains/ensjs/utils"; import type { QueryFunctionContext } from "@tanstack/react-query"; import { GraphQLClient, gql } from "graphql-request"; import { type Address, type Hex, isHash } from "viem";