Skip to content

Commit ef8ff92

Browse files
committed
Chore(zora): let -> const
1 parent 8e393c0 commit ef8ff92

File tree

2 files changed

+2294
-2037
lines changed

2 files changed

+2294
-2037
lines changed

packages/zora/src/Zora.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const mint = async (
1212
): Promise<TransactionFilter> => {
1313
const { chainId, contractAddress, tokenId, amount, recipient } = mint
1414

15-
let andArray = []
15+
const andArray = []
1616
if (recipient) {
1717
andArray.push({
1818
$or: [{ recipient }, { tokenRecipient: recipient }],

0 commit comments

Comments
 (0)