🐛 Bug fixes

This commit is contained in:
2024-11-03 02:14:56 +08:00
parent 2d119826fe
commit 3f9df23491
14 changed files with 244 additions and 373 deletions

View File

@ -12,7 +12,7 @@ import (
)
func createAttachmentDirectly(c *fiber.Ctx) error {
user := c.Locals("nex_user").(sec.UserInfo)
user := c.Locals("nex_user").(*sec.UserInfo)
poolAlias := c.FormValue("pool")