Skip to content

Commit 4b5dba5

Browse files
authored
minor fixes (ourzora#437)
1 parent 8981929 commit 4b5dba5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/1155-deployments/src/SimpleAA.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ contract SimpleAA {
1717

1818
if (signatory == owner) {
1919
return MAGIC_VALUE;
20-
} else {
21-
return bytes4(0);
2220
}
21+
22+
return bytes4(0);
2323
}
2424

2525
receive() external payable {}

packages/protocol-sdk/src/premint/preminter.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ describe("ZoraCreator1155Preminter", () => {
645645

646646
const firstMinter = collectorAccount;
647647

648-
// const { }
649-
650648
// now have the collector execute the first signed message;
651649
// it should create the contract, the token,
652650
// and min the quantity to mint tokens to the collector

0 commit comments

Comments
 (0)