From 72be13c3e986aaee110b8f9abc78f5afcef22727 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 30 Apr 2024 08:34:26 +0200 Subject: chore(gonf): fix go vet and staticcheck errors --- pkg/custom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/custom.go') diff --git a/pkg/custom.go b/pkg/custom.go index acca226..9b4ca3d 100644 --- a/pkg/custom.go +++ b/pkg/custom.go @@ -31,7 +31,7 @@ func (c *CustomPromise) Resolve() { } func (c CustomPromise) Status() Status { - return c.Status() + return c.promise.Status() } func resolveCustomPromises() (status Status) { -- cgit v1.2.3