Skip to content

Commit

Permalink
style(api): add explanatory comment
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Castellano <pablo@anche.no>
  • Loading branch information
PJColombo and PabloCastellano authored Oct 29, 2024
1 parent f3ade4b commit 0fe5e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/utils/count.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { toDailyDatePeriod } from "@blobscan/dayjs";
import { getRollupFromAddressFilter } from "../middlewares/withFilters";
import type { Filters } from "../middlewares/withFilters";

/* This function determines if the result can be obtained using pre-calculated values from charts or not. */
export function hasToPerformCount({
blockNumber,
blockSlot,
Expand Down

0 comments on commit 0fe5e18

Please sign in to comment.