remove stale comment

This commit is contained in:
hexastack 2025-01-09 12:26:56 +01:00
parent 82ec9a1163
commit c1fbd556c2

View File

@ -149,7 +149,6 @@ export default abstract class BaseNlpHelper<
} }
return res; return res;
}) })
// TODO : place language at the same level as the intent
.concat({ .concat({
entity: 'language', entity: 'language',
value: s.language.code, value: s.language.code,