Skip to content

Commit a8aa1bf

Browse files
committed
remove comment
1 parent 25f0452 commit a8aa1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/inference/waiter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func waitForModel(ctx context.Context, inferenceAPI *inference.API, region scw.R
3131
retryInterval = *transport.DefaultWaitRetryInterval
3232
}
3333

34-
model, err := inferenceAPI.WaitForCustomModel(inference.WaitForCustomModelRequest{ //TODO add pointer
34+
model, err := inferenceAPI.WaitForCustomModel(inference.WaitForCustomModelRequest{
3535
ModelID: id,
3636
Region: region,
3737
RetryInterval: &retryInterval,

0 commit comments

Comments
 (0)