Merge pull request #9 from FlipsideCrypto/STREAM-1089/namespace-scope-construct_api_route

namespace scope construct_api_route
This commit is contained in:
Shah Newaz Khan 2025-04-11 07:57:53 -07:00 committed by GitHub
commit fb20f8e47a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
{% endif %}
{%- if api_integration -%}
api_integration = {{ api_integration }}
AS {{ construct_api_route(sql_) ~ ";" }}
AS {{ livequery_base.construct_api_route(sql_) ~ ";" }}
{% else -%}
AS
$$