Skip to content

Commit 60a9d16

Browse files
authored
Fix JSDoc errors (#3126)
This fixes the following lint violations: - jsdoc/check-param-names - jsdoc/tag-lines
1 parent 730f77c commit 60a9d16

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/snaps-controllers/src/snaps/registry/registry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export type SnapsRegistry = {
3434
*
3535
* @param snapId - The ID of the snap we are trying to resolve a version for.
3636
* @param versionRange - The version range.
37-
* @param refetch - An optional flag used to determine if we are refetching the registry.
3837
* @returns An allowlisted version within the specified version range.
3938
* @throws If an allowlisted version does not exist within the version range.
4039
*/

packages/snaps-jest/src/global.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ interface SnapsMatchers {
4747
* @param title - The title of an expanded notification.
4848
* @param content - The content of an expanded notification.
4949
* @param footerLink - The footer link of an expanded notification (if it exists).
50+
* @param footerLink.text - The text of the footer link.
51+
* @param footerLink.href - The href of the footer link.
5052
* @throws If the snap did not send a notification with the expected message.
5153
* @example
5254
* const response = await request({ method: 'foo' });

packages/snaps-utils/src/iframe.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* forever if the iframe never loads, but the promise should be wrapped in
44
* an initialization timeout in the SnapController.
55
*
6-
*
76
* @param options - The options for createWindow.
87
* @param options.uri - The iframe URI.
98
* @param options.id - The ID to assign to the iframe.

0 commit comments

Comments
 (0)