Skip to content

Commit

Permalink
🐛 ci: fix code error on new instance
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Mar 2, 2024
1 parent 91b32ad commit b07109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responder.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func New(fns ...OptionFn) *Responder {

// apply config options
for _, fn := range fns {
fn(std.opts)
fn(r.opts)
}
return r
}
Expand Down

0 comments on commit b07109c

Please sign in to comment.