-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Allowing to create questions without filling out body or tag field #1188
base: main
Are you sure you want to change the base?
Conversation
return request.post('/answer/api/v1/question', params); | ||
}; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need add ;
@@ -117,6 +117,7 @@ export const modifyQuestion = ( | |||
return request.put(`/answer/api/v1/question`, params); | |||
}; | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useless empty line
@@ -1,28 +1,8 @@ | |||
//go:build !wireinject |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to revert this change.
@@ -0,0 +1,21 @@ | |||
debug: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to submit data
@@ -1,22 +1,3 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ASF header needs to be preserved.
Thank you for your contribution and addressing these two issues! 🎉
If you need any help with these changes or have questions, please don't hesitate to ask. I'm here to help! 😊 Thank you again for your contribution! |
addressing issue #1177 and #842