Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOlias committed Feb 29, 2024
1 parent a060890 commit 7696f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/database/postgres/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ export class PostgresDatabaseService implements BaseDatabaseService {
const functionIds_ = Object.values(functionIds);
if (functionIds_.length === 0) return [];

// Get the metadata for the data that we (maybe) copied over from the cache.
const metadata = await tx
.selectFrom("ponder_cache.function_metadata")
.selectAll()
Expand Down

0 comments on commit 7696f57

Please sign in to comment.