Skip to content

Commit

Permalink
fix: NewRejectWithOption has wrong type (#1518)
Browse files Browse the repository at this point in the history
Co-authored-by: nico <[email protected]>
  • Loading branch information
Luoxin and nico authored Sep 18, 2024
1 parent fb4d3c4 commit 58c973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/outbound/reject.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewRejectWithOption(option RejectOption) *Reject {
return &Reject{
Base: &Base{
name: option.Name,
tp: C.Direct,
tp: C.Reject,
udp: true,
},
}
Expand Down

0 comments on commit 58c973e

Please sign in to comment.