From 66c859c62884d953fc2ef350fe0f2842cbc3b882 Mon Sep 17 00:00:00 2001 From: "clap [bot]" Date: Tue, 31 Mar 2026 21:58:34 +0000 Subject: [PATCH] fix(worker): remove duplicate stripe entry in CANARY_TYPES --- worker/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/worker/index.js b/worker/index.js index eef3f56..7f7af66 100644 --- a/worker/index.js +++ b/worker/index.js @@ -58,7 +58,6 @@ const CANARY_TYPES = { azure: { emoji: "☁️", color: 0x0078D4, name: "Azure" }, git: { emoji: "🌿", color: 0xF05033, name: "Git" }, terraform: { emoji: "🏗️", color: 0x7B42BC, name: "Terraform" }, - stripe: { emoji: "💳", color: 0x6772E5, name: "Stripe" }, }; const DEFAULT_TYPE = { emoji: "🪤", color: 0xB2121A, name: "Canary" };