Merge pull request #4 from FlipsideCrypto/STREAM-1156/fix-null-as-default

[STREAM-1156] Replace empty dict with NULL in API calls
This commit is contained in:
Jensen Yap 2025-02-25 11:17:36 +09:00 committed by GitHub
commit 884d6171cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@
'GET',
url,
{},
{},
NULL,
_utils.UDF_WHOAMI(),
''
)
@ -103,7 +103,7 @@
'GET',
url,
{},
{},
NULL,
_utils.UDF_WHOAMI(),
secret_name
)
@ -131,4 +131,4 @@
VOLATILE
COMMENT = $$Returns a list of allowed domains.$$
sql: allowed
{% endmacro %}
{% endmacro %}