Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eric821031 authored Nov 20, 2023
1 parent 86e9855 commit faad82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import iethFetcher from "./tokens/ieth";
import indyFetcher from "./tokens/indy";
import iusdFetcher from "./tokens/iusd";
import jpgFetcher from "./tokens/jpg";
import lccFetcher from ""./tokens/lcc;
import lccFetcher from "./tokens/lcc";

Check failure on line 43 in src/index.ts

View workflow job for this annotation

GitHub Actions / build-and-test

'lccFetcher' is defined but never used

Check failure on line 43 in src/index.ts

View workflow job for this annotation

GitHub Actions / build-and-test

'lccFetcher' is defined but never used
import lifiFetcher from "./tokens/lifi";
import lobsterFetcher from "./tokens/lobster";
import liqwidFetcher from "./tokens/lq";
Expand Down

0 comments on commit faad82f

Please sign in to comment.