projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dce1ec
)
Track server change renaming "judging" to "judged"
author
Carl Worth
<cworth@cworth.org>
Sun, 14 Jun 2020 17:21:32 +0000
(10:21 -0700)
committer
Carl Worth
<cworth@cworth.org>
Sun, 14 Jun 2020 17:21:32 +0000
(10:21 -0700)
There should be no functional change with the server and client just
moving to a new name for this endpoint here.
empathy/empathy.jsx
patch
|
blob
|
history
diff --git
a/empathy/empathy.jsx
b/empathy/empathy.jsx
index 1a9ad80ceb7298d0c7e341ccddce680b1a80870d..c4aafde512166824ab87651015b2dd8fccc5e01e 100644
(file)
--- a/
empathy/empathy.jsx
+++ b/
empathy/empathy.jsx
@@
-401,7
+401,7
@@
class Ambiguities extends React.PureComponent {
async handle_submit() {
const response = await fetch_post_json(
- `judg
ing
/${this.props.prompt.id}`,{
+ `judg
ed
/${this.props.prompt.id}`,{
word_groups: this.state.word_sets.map(set => Array.from(set))
}
);