format fix

This commit is contained in:
Alex Tran
2023-11-28 23:23:13 -06:00
parent df5bb3ce7b
commit a315234f3c

View File

@@ -171,7 +171,7 @@ export class JobService {
this.communicationRepository.send(CommunicationEvent.ASSET_UPDATE, asset.ownerId, mapAsset(asset));
}
await this.jobRepository.queue({ name: JobName.LINK_LIVE_PHOTOS, data: item.data });
break;
case JobName.LINK_LIVE_PHOTOS: