fix: exec_sdk_inception now properly executes SDK file instead of path as code
This commit is contained in:
parent
b3c3957346
commit
3acc781016
13 changed files with 16 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue