Skip to content

Commit b27dda4

Browse files
mCodexCopilot
andauthored
Update src/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 04aece9 commit b27dda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function createStorageKey(service: string, key: string): string {
231231
return `${service}:${key}`;
232232
}
233233

234-
/*
234+
/**
235235
* Securely stores a value in encrypted storage with optional biometric protection
236236
*
237237
* The storage operation will:

0 commit comments

Comments
 (0)