Skip to content

Commit

Permalink
context with dataset fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
raoptimus committed Mar 28, 2024
1 parent 19e74ae commit 437573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func ExtractDataSet[T any](ctx context.Context) (T, bool) {
return dt, true
}

return v, true
return v, false
}

func withPreviousRulesErrored(ctx context.Context) context.Context {
Expand Down

0 comments on commit 437573a

Please sign in to comment.