chore(golangci-lint): update conf

This commit is contained in:
Julien Neuhart
2024-03-23 11:18:55 +01:00
parent 0a8625227f
commit a02a4a07a5
3 changed files with 25 additions and 3 deletions

View File

@@ -93,7 +93,6 @@ func newContext(echoCtx echo.Context, logger *zap.Logger, fs *gotenberg.FileSyst
form, err := echoCtx.MultipartForm()
if err != nil {
if errors.Is(err, http.ErrNotMultipart) {
return nil, cancel, WrapError(
fmt.Errorf("get multipart form: %w", err),