mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
Fix various typos (#156)
Found via `codespell -q 3 -S "./yarn.lock" -L pris`
This commit is contained in:
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user