Skip to content

Commit 46ed25c

Browse files
Remove reportType query parameter since it's not needed.
1 parent 6c15b75 commit 46ed25c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/metadata/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ function requestColumns() {
4646
if (cache[key]) return cache[key];
4747

4848
return cache[key] = gapi.client.request({
49-
path: '/analytics/v3/metadata/ga/columns',
50-
params: {reportType: 'ga'}
49+
path: '/analytics/v3/metadata/ga/columns'
5150
});
5251
}
5352

0 commit comments

Comments
 (0)