diff --git a/app/controllers/monzo_transactions_controller.rb b/app/controllers/monzo_transactions_controller.rb index 364f763..a7c2513 100644 --- a/app/controllers/monzo_transactions_controller.rb +++ b/app/controllers/monzo_transactions_controller.rb @@ -92,7 +92,7 @@ def webhook logger.info "Webhook recieved, data: #{@webhook}" sweepstake = "world-cup-2026" - emojis = ["⚽️", "football"] + emojis = ["⚽️".downcase, "⚽".downcase, "football"] begin if @webhook["type"] == "transaction.created" and emojis.include? @webhook["data"]["notes"].strip.downcase and @webhook["data"]["amount"] == 200