From: Carl Worth Date: Sun, 14 Jun 2020 17:21:32 +0000 (-0700) Subject: Track server change renaming "judging" to "judged" X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=84dc7d67e5ce98090b7790faab5543e2cf60653e;hp=3dce1ecbdc99e7afbcb0338e585b4e587e0c6cd2 Track server change renaming "judging" to "judged" There should be no functional change with the server and client just moving to a new name for this endpoint here. --- diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 1a9ad80..c4aafde 100644 --- 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( - `judging/${this.props.prompt.id}`,{ + `judged/${this.props.prompt.id}`,{ word_groups: this.state.word_sets.map(set => Array.from(set)) } );