@ubercode/dcmtk 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/servers.js CHANGED
@@ -3067,7 +3067,7 @@ var DicomReceiver = class _DicomReceiver extends EventEmitter {
3067
3067
  createDcmrecv(port, tempDir) {
3068
3068
  return Dcmrecv.create({
3069
3069
  port,
3070
- aeTitle: this.options.aeTitle ?? "DCMRECV",
3070
+ aeTitle: this.options.aeTitle,
3071
3071
  outputDirectory: tempDir,
3072
3072
  configFile: this.options.configFile,
3073
3073
  configProfile: this.options.configProfile,