Toggle navigation
Toggle navigation
This project
Loading...
Sign in
엄성진
/
learn-in-web-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sungjin
2021-11-29 22:59:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7fcad948fea33a2ef34c35a03c74d40bf5cd7e0f
7fcad948
1 parent
8b47f4ca
Fix post service error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/post/post.service.ts
src/post/post.service.ts
View file @
7fcad94
...
...
@@ -194,7 +194,6 @@ export class PostService {
}
else
{
level
=
'HIGH'
;
}
console
.
log
(
difficulty
);
const
posts
=
await
this
.
prisma
.
post
.
findMany
({
where
:
{
level
:
level
,
...
...
Please
register
or
login
to post a comment