Commit 03b35c35 authored by Cloud User's avatar Cloud User

fix async false

parent 3ffff2e6
...@@ -1142,7 +1142,7 @@ func ApiOrJWT(c *fiber.Ctx) error { ...@@ -1142,7 +1142,7 @@ func ApiOrJWT(c *fiber.Ctx) error {
} }
if syncAsString == "false" { if syncAsString == "false" {
asyncMode = true asyncMode = false
break break
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment