Open
Conversation
Author
|
I am now able to get characters to work! |
bwreid
reviewed
Jul 27, 2019
| * **Question:** At least one of these will throw an error. Which one? How can you get around this issue? | ||
|
|
||
| * **Your Answer:** | ||
| * **Your Answer:** "season_count" didnt throw an error, but it didn't show when I specified to show "season_count" only. I could specify to exclude all other key pairs by using "-title" so only "season_count" would show up. Not sure this is the best workaround??? |
Collaborator
There was a problem hiding this comment.
Let me know if you continue getting this issue. You should encounter an error when you run .create().select(). You will have to re-request the information or use the .save() method to return the updated record.
| * **Question:** Where did you decide to put this route and why? | ||
|
|
||
| * **Your Answer:** | ||
| * **Your Answer:** I thought to put it inside the series.js file inside the routes folder, but now it sounds like I should put it in a separate file called series.characters.js. I assume to keep things separate and organized? |
Collaborator
There was a problem hiding this comment.
It's really up to you! As long as you can keep things organized. :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.