Skip to content

Commit

Permalink
Merge pull request #30 from game-node-app/dev
Browse files Browse the repository at this point in the history
Fixed bug in find favorites collections-entries.service.ts
  • Loading branch information
Lamarcke authored Mar 1, 2024
2 parents d12d988 + c84de23 commit 5d63317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class CollectionsEntriesService {
isFavorite: true,
collections: {
library: {
userId,
userId: targetUserId,
},
isPublic: true,
},
Expand Down

0 comments on commit 5d63317

Please sign in to comment.