Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contentReview service hazir #81

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Metecode
Copy link
Contributor

No description provided.

@saracalihan saracalihan linked an issue Sep 10, 2021 that may be closed by this pull request
const contentReview = await ReviewService.getReview(id);

const { text, is_spoiler, score } = req.body;
models.content_reviews.update({ text, is_spoiler, score }, {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
models.content_reviews.update({ text, is_spoiler, score }, {
await ReviewService.updateReview({ text, is_spoiler, score }, {

Zaten bu işi yapan bir servisimiz var

Copy link
Member

@saracalihan saracalihan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

İstenilen değişiklik yanlış sayfada yapılmış.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

contentReview service yazılmalı
2 participants