Skip to content

Commit

Permalink
Update table.js
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Apr 24, 2024
1 parent 65970d8 commit c187d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dicom-connect/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ $(document).ready(function() {

async function syncSeries(source_url, study, series, modality) {
console.log(source_url, study, series, modality);
const result = await store.syncSeries('../../../', {source_url, study, series, modality})
const result = await store.syncSeries('../../', {source_url, study, series, modality})
console.log('syncSeries:');
console.log(result);
}
Expand Down

0 comments on commit c187d13

Please sign in to comment.