Skip to content

Commit 7047802

Browse files
committed
don't send duplicate client_ids
1 parent 710e6d2 commit 7047802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/repliers/dashboard_query_runner.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = class DashboardQueryRunner extends QueryRunner
2727
queryDef.filters[fieldName] = @filters[dashFilterName]
2828

2929
queryDef.filter_config = null
30+
queryDef.client_id = null
3031

3132
@replyContext.looker.client.post(
3233
"queries"

0 commit comments

Comments
 (0)