format fix
This commit is contained in:
@@ -171,7 +171,7 @@ export class JobService {
|
|||||||
this.communicationRepository.send(CommunicationEvent.ASSET_UPDATE, asset.ownerId, mapAsset(asset));
|
this.communicationRepository.send(CommunicationEvent.ASSET_UPDATE, asset.ownerId, mapAsset(asset));
|
||||||
}
|
}
|
||||||
await this.jobRepository.queue({ name: JobName.LINK_LIVE_PHOTOS, data: item.data });
|
await this.jobRepository.queue({ name: JobName.LINK_LIVE_PHOTOS, data: item.data });
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case JobName.LINK_LIVE_PHOTOS:
|
case JobName.LINK_LIVE_PHOTOS:
|
||||||
|
|||||||
Reference in New Issue
Block a user