Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jan 15, 2025
1 parent f4c28b8 commit e085559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/port/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function prepareAnnot() {
output['properties']['annotations']['name'] = document.getElementById('annot_name').value;
output['provenance']['analysis']['name'] = document.getElementById('annot_name').value;
output['provenance']['analysis']['execution_id'] = document.getElementById('annot_name').value;

} catch (e) {
alert(e);
}
Expand All @@ -22,5 +21,4 @@ function saveAnnot() {
} catch (e) {
alert(e);
}

}

0 comments on commit e085559

Please sign in to comment.