Skip to content

Commit

Permalink
refactor: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthe815 committed Aug 2, 2024
1 parent d0e5c62 commit b352af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/api/account/donor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import HTTP_CODE from '@/lib/constants/httpStatusCodes'
import { ncWithSession } from '@/lib/routing'
import { userIsMod } from '@/lib/utils/databaseUtils'
import prisma from '@/lib/db'
import logger from '@/lib/logger'
import { isBlank } from '@/lib/utils/utils'
import { doRender } from '@/lib/riitag/neo/renderer'

Expand Down

0 comments on commit b352af8

Please sign in to comment.