This change should not have been commited, part of a debug test

This commit is contained in:
Landry JUGE 2025-11-26 19:50:02 +01:00
parent 55f622e6e1
commit f6b5e15bc5
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,7 @@ export default {
return new Promise((resolve, reject) => {
postAPI(apiCommand, {
id,
sortkey: index
sortKey: index
}).then((response) => {
resolve(response)
}).catch((reason) => {