Skip to content

Commit

Permalink
Update feedback validation schema import
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Mar 7, 2024
1 parent f566f4f commit 22b8283
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/form/FeedbackForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { toast } from 'svelte-sonner';
import { FeedbackValidationSchema } from '$validations/feedbackValidationSchema';
import { FeedbackValidationSchema } from '$validations/feedbackValidationZodSchema';
import { route } from '$lib/ROUTES';
Expand Down
2 changes: 1 addition & 1 deletion src/routes/sendFeedbackToEmail/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { message, superValidate } from 'sveltekit-superforms/server';

import { logError, sanitizeContent } from '$lib/utils';

import { FeedbackValidationSchema } from '$validations/feedbackValidationSchema';
import { FeedbackValidationSchema } from '$validations/feedbackValidationZodSchema';

/**
* Creates a nodemailer Transporter instance
Expand Down

0 comments on commit 22b8283

Please sign in to comment.