Skip to content

Commit

Permalink
lint: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioTeixeira95 committed Oct 24, 2023
1 parent 971d5d3 commit f19f2e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stellar-multitenant/pkg/cli/utils/custom_set_value.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func SetConfigOptionStellarPublicKey(co *config.ConfigOption) error {
func SetCORSAllowedOrigins(co *config.ConfigOption) error {
corsAllowedOriginsOptions := viper.GetString(co.Name)
if corsAllowedOriginsOptions == "" {

return nil
}

Expand Down

0 comments on commit f19f2e6

Please sign in to comment.