Bbabakz

Results 1 issues of Bbabakz

When i use DeleteBucket(), it panics because nil pointer error. The error is caused by this line https://github.com/nedpals/supabase-go/blob/master/storage.go#L166 It tries to access s.client, but is a nil pointer. The same...