Regardless of DM permission
This commit is contained in:
parent
f70a3ab044
commit
679796a910
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ public class CloseCommand
|
||||||
}
|
}
|
||||||
catch (NotFoundException) { /* ignore */ }
|
catch (NotFoundException) { /* ignore */ }
|
||||||
catch (UnauthorizedException) { /* ignore */ }
|
catch (UnauthorizedException) { /* ignore */ }
|
||||||
|
catch (NullReferenceException) { /* ignore */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
Database.ArchiveTicket(ticket);
|
Database.ArchiveTicket(ticket);
|
||||||
|
|
Loading…
Add table
Reference in a new issue