rename postEnvelope as postAnnotation

This commit is contained in:
2025-09-17 10:40:17 +02:00
parent 7bc6cc92a0
commit c41c521fca
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ function getCsrfToken() {
* @param {any} envelopeKey
* @param {any} annotations
*/
function postEnvelope(annotations) {
function postAnnotation(annotations) {
const token = getCsrfToken()
const options = {
credentials: 'include',