Skip to content

Commit

Permalink
remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Aug 16, 2023
1 parent cf302e5 commit 9b1c72a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/store-sync/src/blockLogsToStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { isDefined } from "@latticexyz/common/utils";
import { BlockLogs, StorageOperation, Table } from "./common";
import { hexToTableId, tableIdToHex } from "@latticexyz/common";
import storeConfig from "@latticexyz/store/mud.config";
import { serialize } from "superjson";

// TODO: adjust when we get namespace support (https://github.com/latticexyz/mud/issues/994) and when table has namespace key (https://github.com/latticexyz/mud/issues/1201)
const schemasTable = storeConfig.tables.TableMetadata;
Expand Down

0 comments on commit 9b1c72a

Please sign in to comment.