-
Notifications
You must be signed in to change notification settings - Fork 0
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
12 implement create post validation to check for text sizeempty text #43
12 implement create post validation to check for text sizeempty text #43
Conversation
…team2 into 12-implement-create-post-validation-to-check-for-text-sizeempty-text
…team2 into 12-implement-create-post-validation-to-check-for-text-sizeempty-text
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.
sendDataResponse blir importert to ganger og programmet crasher.
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.
tested and is good, just need to remove the edit of openapi.yml, package-lock.json and package.json
package.json
Outdated
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.
this dont need a change
package-lock.json
Outdated
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.
this dont need a change
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.
this dont need a change
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.
good!
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.
good!
…izeempty-text' of github.com:boolean-uk/team-dev-server-ex-2410-team2 into 12-implement-create-post-validation-to-check-for-text-sizeempty-text
Tested the post validation function. It returns an error message if the post is empty or longer than 200 characters.