This commit is contained in:
narawat lamaiin
2025-05-16 10:26:50 +07:00
parent d0c26e52e8
commit 3e79c0bfed
3 changed files with 353 additions and 76 deletions

View File

@@ -307,7 +307,7 @@ function checkinventory(a::T1, input::T2
println("\ncheckinventory result ", @__FILE__, ":", @__LINE__, " $(Dates.now())")
println(textresult)
#[PENDING] if there is no wine id, it is not a valid result
return (result=textresult, rawresponse=rawresponse, success=true, errormsg=nothing)
end