Skip to content

Commit 25f0f7e

Browse files
authored
Merge branch 'main' into post-response-header-main
2 parents 3ce6ccf + 8df511a commit 25f0f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/epp/scheduling/types/scheduling_context.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
)
2525

2626
func NewSchedulingContext(ctx context.Context, req *LLMRequest, resp *LLMResponse, pods []Pod) *SchedulingContext {
27+
2728
logger := log.FromContext(ctx).WithValues("request", req)
2829
return &SchedulingContext{
2930
Context: ctx,

0 commit comments

Comments
 (0)