Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow getBundleIDFromInstallation to be called with a promise (#…
…10304) refs: #10256 ## Description While working on #10256, I noticed that `getBundleIDFromInstallation` is documented to take an Installation or a promise, it doesn't actually handle a promise. This changes the guard to resolve a promise before proceeding. ### Security Considerations None ### Scaling Considerations None ### Documentation Considerations Make the code match the declaration ### Testing Considerations I didn't. ### Upgrade Considerations This makes the code slightly more liberal. It shouldn't break anything.
- Loading branch information