This commit is contained in:
Kalle Carlbark 2022-02-09 10:10:49 +01:00
parent 4f01c4eb9a
commit 4a5e3740df
No known key found for this signature in database

View file

@ -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{}