다국어 가이드 업데이트
This commit is contained in:
@@ -758,7 +758,7 @@ export const getLangText = async (
|
||||
* 다국어 텍스트 배치 조회 API
|
||||
*/
|
||||
export const getBatchTranslations = async (
|
||||
req: AuthenticatedRequest,
|
||||
req: Request,
|
||||
res: Response
|
||||
): Promise<void> => {
|
||||
try {
|
||||
@@ -780,7 +780,6 @@ export const getBatchTranslations = async (
|
||||
menuCode: finalMenuCode,
|
||||
userLang: finalUserLang,
|
||||
keyCount: langKeys?.length || 0,
|
||||
user: req.user,
|
||||
});
|
||||
|
||||
if (!langKeys || !Array.isArray(langKeys) || langKeys.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user