chore(gonf): fix go vet and staticcheck errors

This commit is contained in:
Julien Dessaux 2024-04-30 08:34:26 +02:00
parent cae4735276
commit 72be13c3e9
Signed by: adyxax
GPG key ID: F92E51B86E07177E
6 changed files with 4 additions and 18 deletions

View file

@ -31,7 +31,7 @@ func (c *CustomPromise) Resolve() {
}
func (c CustomPromise) Status() Status {
return c.Status()
return c.promise.Status()
}
func resolveCustomPromises() (status Status) {