Skip to content

Commit

Permalink
fix(trpc.submitApplication): get recipient emails from server side env
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Aug 29, 2024
1 parent 905d30a commit 05d960b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/routers/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ import { z } from 'zod'
import escapeHTML from 'escape-html'

import { publicProcedure, router } from '../trpc'
import { funds, fundSlugs, fundSlugToRecipientEmail } from '../../utils/funds'
import { funds, fundSlugs } from '../../utils/funds'
import { transporter } from '../services'
import { env } from '../../env.mjs'
import { fundSlugToRecipientEmail } from '../utils/funds'

export const applicationRouter = router({
submitApplication: publicProcedure
Expand Down

0 comments on commit 05d960b

Please sign in to comment.