Skip to content

Commit

Permalink
style: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris committed Apr 15, 2023
1 parent 808dd86 commit 52f7bd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/services/MediaSharingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class MediaSharingService {
role: MediaSharingRole.Receiver,
items: message.items,
description: message.description,
sentTime: message.sentTime
sentTime: message.sentTime,
})

await this.mediaSharingRepository.save(messageContext.agentContext, record)
Expand Down Expand Up @@ -218,6 +218,4 @@ export class MediaSharingService {
public async update(agentContext: AgentContext, record: MediaSharingRecord) {
return await this.mediaSharingRepository.update(agentContext, record)
}


}

0 comments on commit 52f7bd9

Please sign in to comment.