no message
This commit is contained in:
parent
39de2a4b34
commit
ba9fea8403
1 changed files with 1 additions and 5 deletions
|
|
@ -1516,11 +1516,7 @@ export class CommandController extends Controller {
|
|||
} else {
|
||||
signDate = Extension.ToThaiShortDate_noPrefix(_Date);
|
||||
}
|
||||
response_.data.result.profiles = response_.data.result.profiles.filter(
|
||||
(x: any) =>
|
||||
x.profileId == "7247d218-eca0-472b-b224-e402260f2103" ||
|
||||
x.profileId == "fe52faf3-ad18-480b-968c-d9a8c1fbca32",
|
||||
);
|
||||
|
||||
await Promise.all(
|
||||
response_.data.result.profiles.map(async (x: any) => {
|
||||
const _profile = await this.profileRepository.findOneBy({ id: x.profileId });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue