From 0fea9c08c914091e8303919210800bf5ccc396dd Mon Sep 17 00:00:00 2001 From: x2Skyz Date: Mon, 17 Nov 2025 18:35:05 +0700 Subject: [PATCH] ... --- exthernal-ttc-api/src/interfaces/Interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exthernal-ttc-api/src/interfaces/Interface.js b/exthernal-ttc-api/src/interfaces/Interface.js index 505e9df..0e25c9d 100644 --- a/exthernal-ttc-api/src/interfaces/Interface.js +++ b/exthernal-ttc-api/src/interfaces/Interface.js @@ -16,7 +16,7 @@ export class Interface { this.map = { bdgmst: new BdgmstInterface(), prjmst: new PrjmstInterface(), - trnmst: new TrnmstInterface(),ห + trnmst: new TrnmstInterface(), // actmst: new ActmstInterface(), } }