Skip to content

Commit

Permalink
feat: interval reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 26, 2025
1 parent 9946a81 commit bf922da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ export const buildHeaders = ({

// expressed in milliseconds to match refreshInterval and metricsInterval units
// attach when set explicitly to non-zero value
if (interval) {
head['unleash-interval'] = String(interval);
}
head['unleash-interval'] = String(interval);

return head;
};
Expand Down

0 comments on commit bf922da

Please sign in to comment.