fix: remove comment

This commit is contained in:
abdou6666 2025-03-21 15:21:10 +01:00
parent f2ca00f1d8
commit 409422b2c4

View File

@ -127,7 +127,6 @@ export class TranslationService extends BaseService<Translation> {
for (const block of blocks) {
const strings = await this.getBlockStrings(block);
allStrings.push(...strings);
// allStrings = allStrings.concat(strings);
}
return allStrings;
}