mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove comment
This commit is contained in:
parent
f2ca00f1d8
commit
409422b2c4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user