Skip to content

Commit

Permalink
fix: useRepoCoverageTimeseries using wrong field (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov authored Sep 12, 2024
1 parent b137fd5 commit 3c1be0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function useRepoCoverageTimeseries({ branch }, options = {}) {
owner,
repo,
branch,
after: queryVars?.startDate,
after: queryVars?.after,
before: today,
interval: queryVars.interval,
opts: {
Expand Down

0 comments on commit 3c1be0d

Please sign in to comment.