diff --git a/internal/controllers/other/other.go b/internal/controllers/other/other.go index e70bdd9..17cb9ca 100644 --- a/internal/controllers/other/other.go +++ b/internal/controllers/other/other.go @@ -304,14 +304,6 @@ func (o *OtherController) PutFile(ctx *fiber.Ctx) error { return ctx.Status(fiber.StatusOK).JSON(PutFileResp{Message: message.ID}) } -type PutSCReq struct { - Ticket string `json:"ticket"` -} - -type PutSCResp struct { - Message string `json:"message"` -} - func (o *OtherController) PutSC(ctx *fiber.Ctx) error { form, err := ctx.MultipartForm() if err != nil {