Changed leftovers to daphnis

This commit is contained in:
polaris
2024-06-29 02:02:58 -04:00
parent 9950e50bfd
commit f6c5710335
27 changed files with 28 additions and 21 deletions

View File

@ -3,6 +3,9 @@
import { getAuth } from "@/auth/queries/getauth";
import { artemis } from "@/lib/prisma";
import { daphnis } from "@/lib/prisma";
export async function getSongsWithTitles(userId: number) {
try {