Skip to content

Commit e245a40

Browse files
committed
fix(edge) rename unused param to _
1 parent 74f5382 commit e245a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/edge/wait/wait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func deleteInstanceWaitHandler(ctx context.Context, getInstance func(ctx context
7171
FetchInstance: func() (*edge.Instance, error) {
7272
return getInstance(ctx)
7373
},
74-
GetState: func(i *edge.Instance) (edge.InstanceStatus, error) {
74+
GetState: func(_ *edge.Instance) (edge.InstanceStatus, error) {
7575
return "", nil
7676
},
7777
}

0 commit comments

Comments
 (0)