From 4a5e3740df47b6f5baffef2535e02e0464ca55a1 Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Wed, 9 Feb 2022 10:10:49 +0100 Subject: [PATCH] debugf --- platforms.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platforms.go b/platforms.go index 0bf9b27..adb1014 100644 --- a/platforms.go +++ b/platforms.go @@ -80,6 +80,10 @@ func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platfo var req *http.Request var err error + if f == nil { + s.client.debugf("f is null!!!!!!!!!!!!!!\n") + } + encoder := schema.NewEncoder() form := url.Values{}