feat: implement submission repository and service layers with caching support
All checks were successful
Build and Release / release (push) Successful in 1m27s
All checks were successful
Build and Release / release (push) Successful in 1m27s
This commit is contained in:
@@ -825,5 +825,7 @@ func (s *submissionService) DeleteSubmission(ctx context.Context, userID string,
|
||||
return fiber.NewError(fiber.StatusInternalServerError, "Failed to delete submission")
|
||||
}
|
||||
|
||||
_ = s.c.Del(ctx, fmt.Sprintf("project:id:%s", submission.ProjectID))
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user