kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(slack): simplify config validation

Tin 405c34ed f5ff643b

+1 -2
+1 -2
apps/api/src/plugins/slack/config.ts
··· 65 65 config: unknown, 66 66 ): Promise<{ valid: boolean; errors?: string[] }> { 67 67 try { 68 - const parsed = v.parse(slackConfigSchema, config); 69 - normalizeSlackConfig(parsed); 68 + v.parse(slackConfigSchema, config); 70 69 return { valid: true }; 71 70 } catch (error) { 72 71 if (error instanceof v.ValiError) {