fix: exec_sdk_inception now properly executes SDK file instead of path as code

This commit is contained in:
russell@unturf.com 2026-01-23 10:04:57 -05:00
parent b3c3957346
commit 3acc781016
13 changed files with 16 additions and 15 deletions

View file

@ -15,7 +15,7 @@ local ltn12 = require("ltn12")
local Un = {}
Un.API_BASE = "https://api.unsandbox.com"
Un.VERSION = "4.2.16"
Un.VERSION = "4.2.17"
-- Credential loading
function Un.load_accounts_csv(path)