Added Account Dublicate fucntion, improved default sorts
This commit is contained in:
@@ -18,6 +18,8 @@ export default async function Page({ params }: { params: Promise<{ id: string }>
|
||||
},
|
||||
include: {
|
||||
discordAccounts: true,
|
||||
CanonicalUser: true,
|
||||
Duplicates: true,
|
||||
},
|
||||
});
|
||||
if (!user) return <Error statusCode={404} title="User not found" />;
|
||||
|
||||
Reference in New Issue
Block a user