Verbesserungen im Prozess
This commit is contained in:
@@ -23,7 +23,7 @@ const { title, user } = Astro.props;
|
||||
const objekte = await prisma.objekt.findMany({
|
||||
where: {
|
||||
benutzer: {
|
||||
uid: user.uid
|
||||
id: user.id
|
||||
}
|
||||
},
|
||||
take: 10,
|
||||
|
||||
Reference in New Issue
Block a user