sungjin

Fix post service error

...@@ -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,
......