Skip to content

Commit 44ac58f

Browse files
committed
Revert
1 parent e3088ab commit 44ac58f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/src/app/user-settings/user-settings.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const usersSettingsController: FastifyPluginAsyncTypebox = async (app) => {
2828
});
2929

3030
if (!userSettings) {
31-
return response.status(StatusCodes.NOT_FOUND);
31+
return response.status(StatusCodes.NOT_FOUND).send();
3232
}
3333

3434
return userSettings.settings;

0 commit comments

Comments
 (0)