Skip to content

Commit

Permalink
add default return
Browse files Browse the repository at this point in the history
  • Loading branch information
gbg3 committed Sep 25, 2024
1 parent 11a98a9 commit e89a21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@functions_framework.http
def main_http(cloud_event: CloudEvent) -> None:
import owner_report_native
return ""

if __name__ == '__main__':
main_http()

0 comments on commit e89a21d

Please sign in to comment.