Skip to content

Commit

Permalink
show only lessons from school on lessons without tag listing
Browse files Browse the repository at this point in the history
  • Loading branch information
claushaas committed Sep 5, 2024
1 parent f120aec commit 510e022
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/services/lesson.service.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,17 @@ export class LessonService {
tags: {
none: {},
},
modules: {
some: {
module: {
courses: {
some: {
courseSlug: 'escola-online',
},
},
},
},
},
},
orderBy: {
name: 'asc',
Expand Down

0 comments on commit 510e022

Please sign in to comment.