Skip to content

Commit

Permalink
fix ExperimentInfo type (#10636)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chou committed Jul 26, 2017
1 parent af46013 commit a3183f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ads/google/a4a/google-data-reporter.js
Expand Up @@ -45,8 +45,8 @@ import {
*/
export const PROFILING_BRANCHES = {
'a4aProfilingRate': {
'isTrafficEligible': () => true,
'branches': ['unused', 'unused'],
isTrafficEligible: () => true,
branches: ['unused', 'unused'],
},
};

Expand Down

0 comments on commit a3183f8

Please sign in to comment.