mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +02:00
chore: expand incentive task type enum to include new tasks
This commit is contained in:
parent
63ca97a08e
commit
0caba8de50
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { z } from "zod";
|
||||||
/**
|
/**
|
||||||
* Incentive task type enum - matches backend IncentiveTaskType
|
* 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
|
* Single incentive task info schema
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue