Changed leftovers to daphnis

This commit is contained in:
polaris
2024-06-29 01:46:07 -04:00
parent 14456e5397
commit 9950e50bfd
7 changed files with 24 additions and 18 deletions

View File

@ -5,7 +5,7 @@ import { artemis } from "@/lib/prisma";
import { daphnis } from "@/lib/prisma";
export async function getSongsWithTitles(userId: number) {
try {
// Fetch songs from ChuniScorePlaylog
const songs = await artemis.chuni_score_playlog.findMany({
where: {
user: userId,