test
This commit is contained in:
parent
69800f78dc
commit
cee2c2ec45
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue