Skip to content
Snippets Groups Projects
Commit fc4b9cca authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #17109 TIME 0:01 remove test

parent f7e19f3c
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,6 @@ export class IndexationComponent implements OnInit {
}).then(async (load: HTMLIonLoadingElement) => {
load.present();
const objTosend = this.formatData(data.note);
this.hasEmptyOtpSignaturePosition();
for (let index = 0; index < objTosend.length; index++) {
await this.saveDocument(objTosend[index], index);
if (objTosend[0].workflow[0].userId === this.authService.user.id) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment