eslint rules passed
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
1e89b6977a
commit
ac6851bf4a
|
@ -17,7 +17,7 @@ module.exports = Self => {
|
|||
}
|
||||
});
|
||||
|
||||
Self.regularizeClaim = async (ctx, params) => {
|
||||
Self.regularizeClaim = async(ctx, params) => {
|
||||
const userId = ctx.req.accessToken.userId;
|
||||
const models = Self.app.models;
|
||||
const resolvedState = 3;
|
||||
|
|
Loading…
Reference in New Issue