Fix Requests usage again

This commit is contained in:
Patrick Jentsch
2023-10-06 15:04:36 +02:00
parent c6be72d0a7
commit 1b974f0bbc
9 changed files with 20 additions and 20 deletions

View File

@ -75,7 +75,7 @@ class CorpusAnalysisStaticVisualization {
getStopwords() {
this.data.promises.getStopwords = new Promise((resolve, reject) => {
Requestscorpora.entity.getStopwords()
Requests.corpora.entity.getStopwords()
.then((response) => {
response.json()
.then((json) => {