FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 60da3d20 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

fix: empty tuple when using a custom service account

The use of coalesce() failed because both arguments are evaluated. When
there is no script service account, the expression will error because
the script_service_account tuple is empty.

Use the ?: operator which short-circuits evaluation.
parent a728822a
No related branches found
No related tags found
1 merge request!13feat: enable setting environment variables on the function
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment