Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: await the result returned by resourceIndicators.useGrantedResour…
…ce function, in resolve_resource.js Since the useGrantedResource function can be async function (in fact the default value is indeed async function), the result of calling it must be awaited. Or, !! a Promise object always return true.
- Loading branch information