Lucii1 commited on
Commit
247856c
·
2 Parent(s): 09889153310cd3

Merge branch 'main' of hf.co:spaces/tokyotechlab/fe

Browse files
Files changed (1) hide show
  1. feedback.js +1 -1
feedback.js CHANGED
@@ -235,7 +235,7 @@ ${output?.readme_content?.verified_evidence?.source_details?.title || ''}${
235
  feedbackData['q11'] = _output.trim().length > 0 ? _output.trim() : '-';
236
 
237
  axios
238
- .post(apiBaseUrl + '/v1/survey', feedbackData, {
239
  headers: {
240
  'Content-Type': 'application/json',
241
  },
 
235
  feedbackData['q11'] = _output.trim().length > 0 ? _output.trim() : '-';
236
 
237
  axios
238
+ .post(apiBaseUrl + 'v1/survey', feedbackData, {
239
  headers: {
240
  'Content-Type': 'application/json',
241
  },