Skip to content

Commit d47590e

Browse files
authored
Merge pull request #33 from superfluid-org/claude/disable-stack-sync-7859-7cjwM
chore(cms): disable Stack.so sync for campaign 7859
2 parents 4529c88 + b22d12f commit d47590e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cms/src/domains/points/trigger/sync-ongoing-campaigns-from-stack.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ const ONGOING_CAMPAIGNS = [
4646
// slug: "s4-giveth",
4747
// disableNegativeSync: false,
4848
// },
49-
{
50-
id: 7859,
51-
stackLeaderboardId: "leaderboard-40a3-78225-7859",
52-
name: "S4 Gardens",
53-
slug: "s4-gardens",
54-
disableNegativeSync: false,
55-
},
49+
// {
50+
// id: 7859,
51+
// stackLeaderboardId: "leaderboard-40a3-78225-7859",
52+
// name: "S4 Gardens",
53+
// slug: "s4-gardens",
54+
// disableNegativeSync: false,
55+
// },
5656
{
5757
id: 7860,
5858
stackLeaderboardId: "leaderboard-40a3-78225-7860",

0 commit comments

Comments
 (0)