rename postEnvelope as postAnnotation
This commit is contained in:
@@ -272,7 +272,7 @@ class App {
|
||||
|
||||
// Export annotation data and save to database
|
||||
try {
|
||||
const res = await postEnvelope(await iJSON);
|
||||
const res = await postAnnotation(await iJSON);
|
||||
|
||||
if (!res.ok) {
|
||||
if (res.status === 403) {
|
||||
|
||||
Reference in New Issue
Block a user