Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 31, 2023
1 parent a017420 commit dbecf77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fakeyou/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ func (f *Builder) Build() []string {


func (f *fakeyou) IsDebug() bool {
return f.configuration.isDebug
return false
//return f.configuration.isDebug
}

// Resty Methods
Expand Down

0 comments on commit dbecf77

Please sign in to comment.