Skip to content

Commit

Permalink
refactor(env): remove NewContext (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 authored Sep 19, 2023
1 parent f3600ae commit b07e361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion env/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "context"
func Provider(env Env) func(ctx context.Context) error {
return func(ctx context.Context) error {
SetEnv(env)
NewContext(ctx, env)

return nil
}
Expand Down

0 comments on commit b07e361

Please sign in to comment.