fix: Small typo fix (no-changelog) (#8876)

This commit is contained in:
guangwu
2024-05-15 18:00:44 +08:00
committed by GitHub
parent ed22dcd88a
commit 9e866591e1

View File

@@ -126,7 +126,7 @@ return item;`,
)?.toString('base64'); )?.toString('base64');
} }
} }
// Retrun Data // Return Data
return item.binary; return item.binary;
}, },
setBinaryDataAsync: async (data: IBinaryKeyData) => { setBinaryDataAsync: async (data: IBinaryKeyData) => {