Skip to content

Commit f27388b

Browse files
committed
fix: SDK_VERSION
1 parent cdc7703 commit f27388b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SDK/UserInQueueService.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local utils = require("Utils")
55
local userInQueueStateCookieRepository = require("UserInQueueStateCookieRepository")
66

77
local svc = {
8-
SDK_VERSION = "v3-lua-" .. "3.7.0",
8+
SDK_VERSION = "v3-lua-" .. "3.7.1",
99
TokenValidationResult = {
1010
create = function(isValid, errorCode)
1111
local model = {
@@ -206,4 +206,4 @@ svc.getIgnoreActionResult = function(actionName)
206206
return models.RequestValidationResult.create(models.ActionTypes.IgnoreAction, nil, nil, nil, nil, actionName)
207207
end
208208

209-
return svc
209+
return svc

0 commit comments

Comments
 (0)