From 0caba8de506e85fc430a027ebea72e81f2990f42 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Mon, 9 Feb 2026 18:20:57 -0800 Subject: [PATCH] chore: expand incentive task type enum to include new tasks --- surfsense_web/contracts/types/incentive-tasks.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/contracts/types/incentive-tasks.types.ts b/surfsense_web/contracts/types/incentive-tasks.types.ts index 56a62fa06..c45121c29 100644 --- a/surfsense_web/contracts/types/incentive-tasks.types.ts +++ b/surfsense_web/contracts/types/incentive-tasks.types.ts @@ -3,7 +3,7 @@ import { z } from "zod"; /** * Incentive task type enum - matches backend IncentiveTaskType */ -export const incentiveTaskTypeEnum = z.enum(["GITHUB_STAR"]); +export const incentiveTaskTypeEnum = z.enum(["GITHUB_STAR", "REDDIT_FOLLOW", "DISCORD_JOIN"]); /** * Single incentive task info schema