diff options
Diffstat (limited to 'pkg/custom.go')
-rw-r--r-- | pkg/custom.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |