Skip to content

Commit b9dfe68

Browse files
author
Josh Long
committed
chore: lint
1 parent 86b806e commit b9dfe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tinny/src/lib/tinny-person.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class TinnyPerson {
129129
debug: this.envConfig.processEnvs.DEBUG,
130130
rpc: this.envConfig.processEnvs.LIT_RPC_URL, // anvil rpc
131131
customContext: networkContext as unknown as LitContractContext,
132-
network: this.envConfig.processEnvs.NETWORK
132+
network: this.envConfig.processEnvs.NETWORK,
133133
});
134134
} else {
135135
this.contractsClient = new LitContracts({

0 commit comments

Comments
 (0)