Skip to content

Commit d5c996b

Browse files
authored
Merge pull request #315 from Skn0tt/patch-1
chore: fix typo
2 parents 0c4b308 + fbcf010 commit d5c996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ putMessageTool.disable()
548548

549549
const upgradeAuthTool = server.tool(
550550
"upgradeAuth",
551-
{ permission: z.enum(["write', vadmin"])},
551+
{ permission: z.enum(["write', admin"])},
552552
// Any mutations here will automatically emit `listChanged` notifications
553553
async ({ permission }) => {
554554
const { ok, err, previous } = await upgradeAuthAndStoreToken(permission)

0 commit comments

Comments
 (0)