Skip to content

Commit 2d4aac9

Browse files
committed
remove prod tag
1 parent 72847a9 commit 2d4aac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/output/reports/reports_dynamic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ reportConfigurations.forEach(reportConfig => {
227227
operate(operationName, {
228228
disabled: true,
229229
})
230-
.tags(['crawl_complete', 'crawl_reports'])
230+
.tags(['crawl_reports'])
231231
.queries(ctx => generateOperationSQL(ctx, reportConfig))
232232
})

0 commit comments

Comments
 (0)