Skip to content

Commit

Permalink
fix for review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwahiremat committed Jan 26, 2023
1 parent 91405bb commit 7ef7d11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/corerp/frontend/handler/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package handler

import (
"context"
"time"

"github.com/gorilla/mux"

Expand Down Expand Up @@ -333,7 +332,6 @@ func AddRoutes(ctx context.Context, router *mux.Router, pathBase string, isARM b
rp_frontend.PrepareRadiusResource[*datamodel.VolumeResource],
vol_ctrl.ValidateRequest,
},
AsyncOperationTimeout: time.Duration(2) * time.Minute,
},
)
},
Expand Down

0 comments on commit 7ef7d11

Please sign in to comment.