mirror of
https://github.com/amark/gun.git
synced 2025-11-24 06:25:58 +00:00
docs: remove repetitive words (#1392)
Signed-off-by: RiceChuan <lc582041246@gmail.com>
This commit is contained in:
parent
0c423c999c
commit
ff4bf9293c
@ -147,7 +147,7 @@ const CryptoKeySerializer = {
|
|||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
fromObject: (cks) => __awaiter(this, void 0, void 0, function* () {
|
fromObject: (cks) => __awaiter(this, void 0, void 0, function* () {
|
||||||
// if we don't have access to to a real crypto implementation, just return
|
// if we don't have access to a real crypto implementation, just return
|
||||||
// the serialized crypto key
|
// the serialized crypto key
|
||||||
if (crypto.fake) {
|
if (crypto.fake) {
|
||||||
const newCks = Object.assign({}, cks);
|
const newCks = Object.assign({}, cks);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user