Skip to content

Commit

Permalink
Merge pull request #876 from update-host
Browse files Browse the repository at this point in the history
Update host
  • Loading branch information
u1-liquid authored Jan 7, 2025
2 parents 9f6d49f + c5f2a14 commit 46d0711
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 46d0711

Please sign in to comment.