Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Aug 8, 2024
1 parent 1f0f1d3 commit 9056681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/explorer/src/app/api/world/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export async function GET(req: Request) {
try {
const client = await getClient();
const { fromBlock, toBlock } = await getParameters(worldAddress);
// const worldDeploy = await getWorldDeploy(client, worldAddress);
const worldAbi = await getWorldAbi({
client,
worldAddress,
Expand Down

0 comments on commit 9056681

Please sign in to comment.