From 84dc7d67e5ce98090b7790faab5543e2cf60653e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 14 Jun 2020 10:21:32 -0700 Subject: [PATCH] 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. --- empathy/empathy.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) } ); -- 2.43.0