Commit the right files this time...
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 53s
Test, Build, Deploy / Create Sentry Release (push) Successful in 5s

This commit is contained in:
2026-04-11 04:45:01 -04:00
parent 02cac814da
commit fe206e2fbd
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { jsonError, jsonResponse } from "../../../common.js";
import { JsonObject } from "@prisma/client/runtime/client";
import { JsonObject } from "../../../../generated/prisma/internal/prismaNamespace.js";
export async function onRequestGet(context: RequestContext) {
const types: { [k: string]: number[] } = {

View File

@@ -1,6 +1,9 @@
import { jsonError, jsonResponse } from "../../../common.js";
import { InactivityNotice } from "../../../../generated/prisma/client.js";
import { type JsonObject, raw } from "@prisma/client/runtime/client";
import {
JsonObject,
raw,
} from "../../../../generated/prisma/internal/prismaNamespace.js";
export async function onRequestGet(context: RequestContext): Promise<any> {
const type = context.params.type as string;