refactor(postAnnotation): rename as signEnvelope

This commit is contained in:
2025-09-19 11:49:14 +02:00
parent 13af2ae3e1
commit 0fc6fd650c
4 changed files with 4 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ class App {
// Export annotation data and save to database
try {
const res = await postAnnotation(await iJSON);
const res = await signEnvelope(await iJSON);
if (!res.ok) {
if (res.status === 403) {