Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 27, 2024
1 parent cc64e69 commit 15d4640
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store-sync/src/createStoreSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { fromEventSource } from "./fromEventSource";
import { fetchAndStoreLogs } from "./fetchAndStoreLogs";
import { isLogsApiResponse } from "./indexer-client/isLogsApiResponse";
import { toStorageAdatperBlock } from "./indexer-client/toStorageAdapterBlock";
import { watchLogs } from "./wiresaw";
import { watchLogs } from "./watchLogs";

const debug = parentDebug.extend("createStoreSync");

Expand Down
File renamed without changes.

0 comments on commit 15d4640

Please sign in to comment.