Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Paseltiner <apaseltiner@google.com>
  • Loading branch information
feifeiji89 and apasel422 authored Oct 15, 2024
1 parent 7eef7d7 commit ea3efa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AGGREGATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ maximum contribution for each budget name for this source.

[Trigger registrations](#attribution-trigger-registration) will accept an
optional field `named_budgets`, which will be used to select the
contribution budget name for the generated aggregatable report.
named budget for the generated aggregatable report.

```jsonc
{
Expand Down
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,8 @@ Possible values are:
<li>"<dfn><code>trigger-aggregate-attributions-per-source-destination-limit</code></dfn>"
<li>"<dfn><code>trigger-aggregate-deduplicated</code></dfn>"
<li>"<dfn><code>trigger-aggregate-excessive-reports</code></dfn>"
<li>"<dfn><code>trigger-aggregate-insufficient-named-budget</code></dfn>"
<li>"<dfn><code>trigger-aggregate-insufficient-budget</code></dfn>"
<li>"<dfn><code>trigger-aggregate-insufficient-named-budget</code></dfn>"
<li>"<dfn><code>trigger-aggregate-no-contributions</code></dfn>"
<li>"<dfn><code>trigger-aggregate-report-window-passed</code></dfn>"
<li>"<dfn><code>trigger-aggregate-storage-limit</code></dfn>"
Expand Down
2 changes: 1 addition & 1 deletion ts/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ export const triggerAggregatableDebugTypes: Readonly<[string, ...string[]]> = [
'trigger-aggregate-deduplicated',
'trigger-aggregate-excessive-reports',
'trigger-aggregate-no-contributions',
'trigger-aggregate-insufficient-named-budget',
'trigger-aggregate-insufficient-budget',
'trigger-aggregate-insufficient-named-budget',
'trigger-aggregate-storage-limit',
'trigger-aggregate-report-window-passed',
'trigger-event-attributions-per-source-destination-limit',
Expand Down

0 comments on commit ea3efa6

Please sign in to comment.