File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -243,10 +243,8 @@ export function serializeSource(
243243 s . aggregatableDebugReporting ,
244244 ( v ) => serializeSourceAggregatableDebugReportingConfig ( v )
245245 ) ,
246- ...ifNotNull (
247- 'attribution_scopes' ,
248- s . attributionScopes ,
249- ( v ) => serializeAttributionScopes ( v )
246+ ...ifNotNull ( 'attribution_scopes' , s . attributionScopes , ( v ) =>
247+ serializeAttributionScopes ( v )
250248 ) ,
251249 }
252250
Original file line number Diff line number Diff line change @@ -726,7 +726,8 @@ function source(j: Json, ctx: Context): Maybe<Source> {
726726 ) ,
727727 attributionScopes : field (
728728 'attribution_scopes' ,
729- withDefault ( attributionScopes , null ) ) ,
729+ withDefault ( attributionScopes , null )
730+ ) ,
730731
731732 ...commonDebugFields ,
732733 ...priorityField ,
You can’t perform that action at this time.
0 commit comments