remove node_env
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-10-17 12:14:11 +02:00
parent 4789005a2f
commit c24b975f26
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ module.exports = Self => {
});
Self.send = async options => {
if (process.env.NODE_ENV == 'test')
throw new UserError(`Action not allowed on the test environment`);
const models = Self.app.models;
const findStatus = 'pending';