Skip to content

Commit 38c6c88

Browse files
committed
added request as cloud function arg
1 parent 20f563a commit 38c6c88

File tree

1 file changed

+1
-1
lines changed
  • functions-python/process_validation_report/src

1 file changed

+1
-1
lines changed

functions-python/process_validation_report/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def process_validation_report(request):
315315

316316

317317
@functions_framework.http
318-
def compute_validation_report_counters():
318+
def compute_validation_report_counters(request):
319319
"""
320320
Compute the total number of errors, warnings, and info notices,
321321
as well as the number of distinct codes for each severity level

0 commit comments

Comments
 (0)