refs #6434 fix: bad throw error
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2023-12-20 09:27:25 +00:00
parent c3b91e1719
commit 57b3d96628
1 changed files with 1 additions and 1 deletions

View File

@ -142,8 +142,8 @@ module.exports = function(Self) {
ip: ctx.req.ip,
owner: isOwner
});
}
throw new UserError('Try again');
}
};
/**