Rollback
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-03-22 09:11:02 +01:00
parent 59bf458ca5
commit 985bcc61b1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = Self => {
}
});
Self.changeState = async(ctx, params, options) => {
Self.changeState = async(ctx, params) => {
let userId = ctx.req.accessToken.userId;
let models = Self.app.models;