Skip to content

Commit d0cb488

Browse files
committed
remove lottery draw ping condition
1 parent 6f1703b commit d0cb488

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crons/mimo/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ module.exports = {
149149

150150
const hasSignificantActivity = data.itemsExchanged.length > 0
151151
|| data.codesRedeemed.length > 0
152-
|| data.codesObtained?.length > 0
153-
|| data.lotteryDraws?.length > 0;
152+
|| data.codesObtained?.length > 0;
154153

155154
const userId = hasSignificantActivity
156155
? webhook.createUserMention(account.discord)

0 commit comments

Comments
 (0)