modified: apps/dispatch/app/_components/left/Report.tsx
renamed: apps/dispatch/app/api/keywords/token/route.ts -> apps/dispatch/app/api/token/route.ts modified: grafana/grafana.db
This commit is contained in:
@@ -67,12 +67,12 @@ export const Report = () => {
|
||||
>
|
||||
{!connectedUser?.length && (
|
||||
<option disabled value="default">
|
||||
Keine Chatpartner gefunden
|
||||
Kein Nutzer verbunden
|
||||
</option>
|
||||
)}
|
||||
{connectedUser?.length && (
|
||||
<option disabled value="default">
|
||||
Chatpartner auswählen
|
||||
Kein Nutzer auswählen
|
||||
</option>
|
||||
)}
|
||||
{[
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { getServerSession } from "api/auth/[...nextauth]/auth";
|
||||
import { ROOMS } from "_data/livekitRooms";
|
||||
import { AccessToken } from "livekit-server-sdk";
|
||||
import { prisma } from "../../../../../../packages/database/prisma/client";
|
||||
import { NextRequest } from "next/server";
|
||||
import { prisma } from "@repo/db";
|
||||
|
||||
if (!process.env.LIVEKIT_API_KEY) throw new Error("LIVEKIT_API_KEY not set");
|
||||
if (!process.env.LIVEKIT_API_SECRET)
|
||||
Reference in New Issue
Block a user