Skip to content

Commit

Permalink
fix SetMytokenServer
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Jul 31, 2024
1 parent 4e503bc commit e11cab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (c *Config) Mytoken() *mytokenlib.MytokenServer {
}

func (c *Config) SetMytokenServer(mytoken *mytokenlib.MytokenServer) {
conf.mytoken = mytoken
c.mytoken = mytoken
}

func load(name string, locations []string) {
Expand Down

0 comments on commit e11cab9

Please sign in to comment.