chore: remove uses of Lysand

This commit is contained in:
DevMiner 2024-08-22 23:09:58 +02:00
parent 6e59386f60
commit 9cac88861a
8 changed files with 10 additions and 10 deletions

View file

@ -47,5 +47,5 @@ func (i *Handler) SearchUser(c *fiber.Ctx) error {
return api_schema.ErrInternalServerError(nil)
}
return c.JSON((*api_schema.LysandUser)(u.ToLysand()))
return c.JSON((*api_schema.VersiaUser)(u.ToLysand()))
}