Skip to content

Commit

Permalink
Merge tag '2024.5.0-io.5e' into host
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid committed Jan 7, 2025
2 parents 9f6d49f + f2eafaa commit c5f2a14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/server/web/ClientServerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ export class ClientServerService {
fastify.get<{ Params: { user: string; } }>('/users/:user', async (request, reply) => {
const user = await this.usersRepository.findOneBy({
id: request.params.user,
isSuspended: false,
});

if (!user || (user.isDeleted && user.isSuspended)) {
Expand Down

0 comments on commit c5f2a14

Please sign in to comment.