Skip to content

Commit

Permalink
Supply null as etag param to address static analysis complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Dec 1, 2024
1 parent 5e39581 commit a430c56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
'intersectionRect' => $outside_viewport_rect,
'boundingClientRect' => $outside_viewport_rect,
),
)
),
null
);
},
'buffer' => '
Expand Down

0 comments on commit a430c56

Please sign in to comment.