Skip to content

Commit 9d74145

Browse files
authored
chore: fix some comments (#948)
Signed-off-by: letreturn <[email protected]>
1 parent 59efe20 commit 9d74145

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/@magic-sdk/provider/src/modules/rpc-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { createTypedEmitter, EventsDefinition, TypedEmitter } from '../util/even
1515

1616
const { createBoundEmitterMethod, createChainingEmitterMethod } = createTypedEmitter();
1717

18-
/** */
1918
export class RPCProviderModule extends BaseModule implements TypedEmitter {
2019
// Implements EIP 1193:
2120
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md

packages/@magic-sdk/provider/src/util/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { SDKEnvironment } from '../core/sdk-environment';
22

3-
/* global LocalForage LocalForageDbMethods */
3+
/* global LocalForage LocalForageDbMethods */
44
let lf: LocalForage;
55

66
/**

0 commit comments

Comments
 (0)