2905- Restore ticket with shipped and landed #621

Merged
carlosjr merged 4 commits from 2905-restore_ticket_date into dev 2021-05-13 08:29:17 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 6fdb91fdc8 - Show all commits
modules/ticket/back/methods/ticket

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);