sharing fix

This commit is contained in:
polaris
2024-06-29 03:12:29 -04:00
parent bde370314e
commit 30825e20f1
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
import { getAuth } from "@/auth/queries/getauth";
import { daphnis } from "@/lib/prisma";
export async function getdaphnisInUseCards() {
export async function getDaphnisInUseCards() {
const { user } = await getAuth();
if (!user || !user.accessCode) {