Commit abb32bd
authored
fix: Await verify function (#629)
After bumping `snaps-registry`, `verify` needs to be awaited.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk: this is a one-line build-time fix to correctly await
`verify`, affecting only registry signature validation flow during
Gatsby sourcing.
>
> **Overview**
> Fixes registry signature validation during the Gatsby build by
awaiting the now-async `verify` call before asserting validity.
>
> This ensures the `Invalid registry signature` check uses the resolved
boolean result rather than a pending Promise after the `snaps-registry`
dependency update.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
03e0579. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent a14b647 commit abb32bd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments