Changed leftovers to daphnis
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user