edit command
This commit is contained in:
parent
1f207783d1
commit
abbf39ff6b
1 changed files with 3 additions and 1 deletions
|
|
@ -1564,7 +1564,9 @@ export class CommandController extends Controller {
|
|||
: command.isBangkok == "BANGKOK"
|
||||
? "กรุงเทพมหานคร"
|
||||
: null;
|
||||
let orgRevisionActive: any;
|
||||
let orgRevisionActive: any = {
|
||||
id: null,
|
||||
};
|
||||
if (issue == null) {
|
||||
orgRevisionActive = await this.orgRevisionRepository.findOne({
|
||||
where: { orgRevisionIsCurrent: true, orgRevisionIsDraft: false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue