Skip to content

Commit

Permalink
fix: wrong store path when using local single file uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Apr 14, 2023
1 parent c42032e commit 5f042b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/single-dicom-uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function main() {
host: "localhost:8081"
}
},
filePath
path.basename(filePath)
);

if (storeInstanceResult.isFailure) {
Expand Down

0 comments on commit 5f042b8

Please sign in to comment.