Skip to content

Commit 22950ba

Browse files
committed
Update category enum
1 parent d21f463 commit 22950ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export const VerifiedSnapStruct = object({
6161
category: optional(
6262
enums([
6363
'interoperability',
64-
'notifications',
65-
'transaction insights',
64+
'communication',
65+
'security',
6666
'account management',
6767
]),
6868
),

0 commit comments

Comments
 (0)