Skip to content

Commit

Permalink
fix: fnc signature
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Jul 24, 2024
1 parent 3af52eb commit e8856af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-python/extract_bb/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def extract_bounding_box(cloud_event: CloudEvent):
return extract_bounding_box_pubsub(new_cloud_event)


@functions_framework.cloud_event
@functions_framework.http
def extract_bounding_box_batch():
Logger.init_logger()
logging.info("Batch function triggered.")
Expand Down

0 comments on commit e8856af

Please sign in to comment.