From dbecf77099cd26a47e8a8a3659ef04f4ab6b7530 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Tue, 31 Oct 2023 11:39:17 +0100 Subject: [PATCH] fix --- fakeyou/builder.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fakeyou/builder.go b/fakeyou/builder.go index 01ccc83..8908a6e 100644 --- a/fakeyou/builder.go +++ b/fakeyou/builder.go @@ -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