diff --git a/internal/static/usecase/static_ucase.go b/internal/static/usecase/static_ucase.go index beee6aa..e663e75 100644 --- a/internal/static/usecase/static_ucase.go +++ b/internal/static/usecase/static_ucase.go @@ -28,5 +28,5 @@ func (ucase *staticUseCase) Do(ctx context.Context, p string) (*domain.Static, e return nil, fmt.Errorf("cannot get static file: %w", err) } - return s, rs, nil + return s, nil }