Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitJR1 committed Oct 12, 2024
1 parent 2401bc4 commit b609971
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export class PostsUsersAccessService {
user: number,
updatePostAccessByUserDto: UpdatePostAccessByUserDto,
): Promise<string> {
console.log(user, updatePostAccessByUserDto);
return await this.postsUsersAccessRepository.manager.transaction(
async (em) => {
await em
Expand Down

0 comments on commit b609971

Please sign in to comment.