Skip to content

Commit cd63c52

Browse files
committed
Make linter happy
1 parent 691ff3a commit cd63c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/messaging/src/testing/fakes/logging-object.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ function getFakeFcmEvent(): FcmEvent {
5454

5555
function getFakeComplianceData(): ComplianceData {
5656
const fakeComplianceData: ComplianceData = {
57+
/* eslint-disable camelcase */
5758
privacy_context: {
5859
prequest: {
5960
origin_associated_product_id: 123,
6061
},
6162
},
63+
/* eslint-enable camelcase */
6264
};
6365

6466
return fakeComplianceData;

0 commit comments

Comments
 (0)