2905- Restore ticket with shipped and landed #621
modules/ticket/back/methods/ticket
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue