fix(config): return None if env var is empty or non-existent (#315)
* fix(config): return None if env var is empty or non-existent * chore: fix pylint issues * fix: add unit test for non-existent env vars
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
"""N8N utils module."""
|
||||
|
||||
import requests
|
||||
import sentry_sdk
|
||||
|
||||
|
Reference in New Issue
Block a user