mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on S3 compatibility.
This commit is contained in:
@@ -12,10 +12,14 @@ export default async function RoutePage(props: PageParams<{}>) {
|
||||
where:{
|
||||
id: {
|
||||
not: user.id
|
||||
}
|
||||
},
|
||||
deleted: { not: true },
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
console.log(users)
|
||||
|
||||
const settings = await prisma.settings.findUnique({
|
||||
where:{
|
||||
name: "system"
|
||||
|
||||
Reference in New Issue
Block a user