This commit is contained in:
Alex Tran 2023-08-08 12:54:24 -05:00
parent 69800f78dc
commit cee2c2ec45

View file

@ -9,7 +9,7 @@ export class AssetAudit implements EntitySubscriberInterface<AssetEntity> {
return AssetEntity;
}
afterLoad(entity: AssetEntity, event?: LoadEvent<AssetEntity> | undefined): void | Promise<any> {
afterLoad(entity: AssetEntity): void | Promise<any> {
this.assetEntity = entity;
}