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.
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
General Bug Fixes/Additons #96
General Bug Fixes/Additons #96
Changes from 49 commits
c24cade
bdc6fc9
f227eb1
565291b
f9e78f0
bfb60d8
521fe3d
04e5557
d4bc58f
47b624e
0db8fca
86079ab
8beab0e
16cc002
4c69f32
70748d8
c4d7c57
c6c359d
54c73d3
6bbf279
8307b33
c196e93
6295b35
e02d0ec
577f384
2975c23
6f77bf2
70f2bd6
397787c
7f49b73
0c9c1de
293e1e5
aa94a7f
9ee61ea
c4e4f23
541e51b
8ae5c58
f5e3659
229de34
b96f8f9
dbea6f2
07883a5
bcb4549
a031864
4f5d9f2
9b584ad
4afd340
cb36685
12387fa
9bf5f17
6dc3f12
db9ac0e
33f0a20
a8cf274
ed5c577
b773970
5cd4c6d
9c9e975
d6be651
eef9b9c
1117e86
580f0b2
eafa011
cbd30a5
2891d49
ddce2a1
d9f7d5a
393db8e
47c0af0
b926440
4d0db0a
88d4032
f2e608c
0a25bc5
97162ce
b41ee6b
8f7767f
7031be9
d1cfcbe
7595db6
9b12936
071dac2
d4d3e6d
d1197f1
eba7862
5aa79fb
3dac3c0
18fafb3
38f1f50
3d804e2
17e9904
cd0e312
daf754f
f656107
918e207
cd8c3ff
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
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 should go inside the
edits
object, not insidechange
itself. This is probably why the tests are all failing.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.
any tips?
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.
Is there a need for the else case at the end? If we don't have a value passed with the action, there should be no change, right?
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.
Idk I was working backwards and comparing it to when it worked. Seems to be a bug when
edits.product === null