Commit 3ffff2e6 authored by Cloud User's avatar Cloud User

fix async

parent e0684671
...@@ -1140,6 +1140,11 @@ func ApiOrJWT(c *fiber.Ctx) error { ...@@ -1140,6 +1140,11 @@ func ApiOrJWT(c *fiber.Ctx) error {
asyncMode = true asyncMode = true
break break
} }
if syncAsString == "false" {
asyncMode = true
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