Skip to content

Commit

Permalink
refactor(app): remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Apr 10, 2024
1 parent 9d38312 commit 570fab9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
30 changes: 0 additions & 30 deletions apps/web/src/app/actions/thoughts.ts

This file was deleted.

4 changes: 0 additions & 4 deletions apps/web/src/schemas/feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ import z from 'zod'
export const FeedbackSchema = z.object({
feedback: z.string().min(1),
})

export function validateFeedback(input: z.infer<typeof FeedbackSchema>) {
return FeedbackSchema.safeParse(input)
}

1 comment on commit 570fab9

@vercel
Copy link

@vercel vercel bot commented on 570fab9 Apr 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.