From d7d6c57d4327e1b1725684c3367a2ec602eca0de Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Thu, 5 Sep 2024 08:01:21 -0700 Subject: [PATCH] Disable Salmon Run gear post --- app/social/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/social/index.mjs b/app/social/index.mjs index c32ecd5..07f35fd 100644 --- a/app/social/index.mjs +++ b/app/social/index.mjs @@ -25,7 +25,7 @@ function defaultStatusGenerators() { new ChallengeStatus, new SalmonRunStatus, new SalmonRunUpcomingStatus, - new SalmonRunGearStatus, + // new SalmonRunGearStatus, new SplatfestStatus('NA'), new SplatfestStatus('EU'), new SplatfestStatus('JP'),