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 91dc73d commit fc79c5eCopy full SHA for fc79c5e
src/codegen/extensions/events/linear.py
@@ -68,9 +68,6 @@ def decorator(func):
68
# Register the handler with the app's registry.
69
modal_ready_func = func
70
func_name = func.__qualname__
71
- app_name = self.app.name
72
- web_url = modal.Function.from_name(app_name=app_name, name=func_name).web_url
73
-
74
self.registered_handlers[func_name] = RegisteredWebhookHandler(handler_func=modal_ready_func, event_name=event_name)
75
76
@functools.wraps(func)
0 commit comments