Skip to content

Commit e478dd0

Browse files
fix typo
1 parent 0373cc5 commit e478dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/ai_process.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,8 +1504,8 @@ func processAIRequest(ctx context.Context, params aiRequestParams, req interface
15041504
break
15051505
}
15061506

1507-
//errors that do not result in suspensinding the orchestrator
1508-
if strings.Contains(err.Error(), "insufficient capacity") || strings.Contains(err.Error(), "invalid ticker senderNonce") {
1507+
//errors that do not result in suspending the orchestrator
1508+
if strings.Contains(err.Error(), "insufficient capacity") || strings.Contains(err.Error(), "invalid ticket senderNonce") {
15091509
params.sessManager.Complete(ctx, sess)
15101510
continue
15111511
}

0 commit comments

Comments
 (0)