We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f563a commit 38c6c88Copy full SHA for 38c6c88
functions-python/process_validation_report/src/main.py
@@ -315,7 +315,7 @@ def process_validation_report(request):
315
316
317
@functions_framework.http
318
-def compute_validation_report_counters():
+def compute_validation_report_counters(request):
319
"""
320
Compute the total number of errors, warnings, and info notices,
321
as well as the number of distinct codes for each severity level
0 commit comments