Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -194,7 +194,6 @@ export class PostService { | ... | @@ -194,7 +194,6 @@ export class PostService { |
194 | } else { | 194 | } else { |
195 | level = 'HIGH'; | 195 | level = 'HIGH'; |
196 | } | 196 | } |
197 | - console.log(difficulty); | ||
198 | const posts = await this.prisma.post.findMany({ | 197 | const posts = await this.prisma.post.findMany({ |
199 | where: { | 198 | where: { |
200 | level: level, | 199 | level: level, | ... | ... |
-
Please register or login to post a comment