This commit is contained in:
tarikceric 2024-12-11 15:08:41 -08:00 committed by GitHub
parent 767a92a49b
commit 3df09b58e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ groupings AS (
responses AS (
SELECT
program_id,
streamline.udf_verify_idl(requests) AS response
streamline.udf_verify_idl_v2(requests) AS response
FROM
groupings
),