Skip to content

Commit 3a51bfe

Browse files
author
Tejas Ganesh Naik
committed
added commas for js lint fix
1 parent 2838ad9 commit 3a51bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascriptv3/example_code/medical-imaging/actions/start-dicom-import-job.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export const startDicomImportJob = async (
3030
metadataFilePath: "metadata.json",
3131
},
3232
],
33-
}
34-
}
33+
},
34+
},
3535
) => {
3636
const response = await medicalImagingClient.send(
3737
new StartDICOMImportJobCommand({

0 commit comments

Comments
 (0)