mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
「🔨」 fix: fixed some things.
This commit is contained in:
@ -1,9 +1,6 @@
|
|||||||
export async function gUser(request, reply, fastify, getUserInfo) {
|
export async function gUser(request, reply, fastify, getUserInfo) {
|
||||||
try {
|
try {
|
||||||
const userId = request.params.userId;
|
const userId = request.params.userId;
|
||||||
if (request.user !== userId && request.user !== 'admin') {
|
|
||||||
return reply.code(401).send({ error: 'Unauthorized' });
|
|
||||||
}
|
|
||||||
if (!getUserInfo.get(userId)) {
|
if (!getUserInfo.get(userId)) {
|
||||||
return reply.code(404).send({ error: "User does not exist" });
|
return reply.code(404).send({ error: "User does not exist" });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user