trm-core 3.1.1 → 3.1.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.
|
@@ -613,7 +613,7 @@ class Transport {
|
|
|
613
613
|
try {
|
|
614
614
|
const oTransport = new Transport(trkorr);
|
|
615
615
|
const e070 = yield oTransport.getE070();
|
|
616
|
-
if (e070.trfunction !== 'K' && e070.trfunction !== 'S' && e070.trfunction !== 'R') {
|
|
616
|
+
if (e070.trfunction !== 'K' && e070.trfunction !== 'S' && e070.trfunction !== 'R' && e070.trfunction !== 'T') {
|
|
617
617
|
throw new Error(`Unexpected TRFUNCTION for transport ${trkorr}: ${e070.trfunction}`);
|
|
618
618
|
}
|
|
619
619
|
transports.push(oTransport);
|