diff --git a/ads/google/a4a/google-data-reporter.js b/ads/google/a4a/google-data-reporter.js index 0df8377f7eb2..fb5ec493c13e 100644 --- a/ads/google/a4a/google-data-reporter.js +++ b/ads/google/a4a/google-data-reporter.js @@ -45,8 +45,8 @@ import { */ export const PROFILING_BRANCHES = { 'a4aProfilingRate': { - 'isTrafficEligible': () => true, - 'branches': ['unused', 'unused'], + isTrafficEligible: () => true, + branches: ['unused', 'unused'], }, };