Skip to content

Commit

Permalink
fix(lint): address lint issue in ArIOWriteable
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Apr 25, 2024
1 parent fa328d2 commit 4a3ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ar-io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ export class ArIOWritable extends ArIOReadable implements ArIOWriteContract {
}
| { contractTxId?: string }
>) {
if (!config) {
if (Object.keys(config).length === 0) {
super({
contract: new WarpContract<ArIOState>({
contractTxId: ARNS_TESTNET_REGISTRY_TX,
Expand Down

0 comments on commit 4a3ee89

Please sign in to comment.