Fix various typos (#156)

Found via `codespell -q 3 -S "./yarn.lock" -L pris`
This commit is contained in:
luzpaz
2025-08-01 07:53:31 -04:00
committed by GitHub
parent 545a6b154a
commit a435ead916
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ import prisma from "~/server/internal/db/database";
export default defineNitroPlugin(async (_nitro) => {
// Ensure system user exists
// The system user owns any user-based code
// that we want to re-use for the app
// that we want to reuse for the app
// e.g. notifications
await prisma.user.upsert({
where: {