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

fix: problem with options array #298

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Conversation

mateuszszczecina
Copy link
Collaborator

Jira issue(s)

https://selleolabs.atlassian.net/browse/LC-488

Overview

Fix problem with options array

@mateuszszczecina mateuszszczecina added the review me 👀 PR is ready to be reviewed label Dec 17, 2024
@mateuszszczecina mateuszszczecina self-assigned this Dec 17, 2024
@@ -208,8 +208,8 @@ export class AdminChapterRepository {
'isCorrect', ${questionAnswerOptions.isCorrect},
'position', ${questionAnswerOptions.position}
)
FROM ${questionAnswerOptions}
WHERE ${questionAnswerOptions.questionId} = ${questions.id}
FROM ${questionAnswerOptions} questionAnswetOptions
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
FROM ${questionAnswerOptions} questionAnswetOptions
FROM ${questionAnswerOptions} questionAnswerOptions

Typo

@mateuszszczecina mateuszszczecina merged commit b841e25 into main Dec 17, 2024
3 checks passed
@mateuszszczecina mateuszszczecina deleted the ms_feat_488_options_fix branch December 17, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me 👀 PR is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants