tab-seperated modals + eslint fix + much more bug fixed and improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { prisma } from "@/lib/api/db";
|
||||
|
||||
export default async function (userId: number) {
|
||||
export default async function getCollection(userId: number) {
|
||||
const collections = await prisma.collection.findMany({
|
||||
where: {
|
||||
OR: [
|
||||
|
||||
Reference in New Issue
Block a user