remove debugging
This commit is contained in:
parent
4264985591
commit
69ff2c4f9a
|
@ -51,7 +51,6 @@ async function sendMarketCloseEmails() {
|
|||
if (!user) continue
|
||||
|
||||
const privateUser = await getPrivateUser(user.id)
|
||||
console.log('private user', privateUser)
|
||||
if (!privateUser) continue
|
||||
|
||||
await sendMarketCloseEmail(user, privateUser, contract)
|
||||
|
|
Loading…
Reference in New Issue
Block a user