mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
Fixes #11402: Avoid LookupError exception when running scripts with commit disabled
This commit is contained in:
@@ -7,4 +7,4 @@ __all__ = (
|
||||
|
||||
|
||||
current_request = ContextVar('current_request', default=None)
|
||||
webhooks_queue = ContextVar('webhooks_queue')
|
||||
webhooks_queue = ContextVar('webhooks_queue', default=[])
|
||||
|
||||
Reference in New Issue
Block a user