main #32

Merged
1323ed5 merged 8 commits from main into feature/user-section 2024-11-21 11:51:43 +00:00
Showing only changes of commit d4eb5d46c3 - Show all commits

View File

@ -128,8 +128,9 @@ export default class AdminDumpHandler {
await decompress(fileContent, './dump');
const statistics = await this.getDumpStatistic()
const statistics = await this.getDumpStatistic();
await this.bot.sendMessage(chatId, JSON.stringify(statistics, null, 2));
this.userStates.delete(chatId);
} else {
await this.bot.sendMessage(chatId, 'Please upload a valid .zip file.');
return true;