Removed line
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-05-13 10:20:22 +02:00
parent 95666ccc1d
commit 6fdb91fdc8
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ module.exports = Self => {
Self.restore = async(ctx, id, options) => {
const models = Self.app.models;
const $t = ctx.req.__; // $translate
let myOptions = {};
const myOptions = {};
if (typeof options == 'object')
Object.assign(myOptions, options);