fix backup command

This commit is contained in:
13xforever
2026-01-03 17:04:21 +05:00
parent 63acfdd74e
commit 60ad26f6ac

View File

@@ -188,6 +188,7 @@ internal static partial class Bot
try
{
await using var wdb = await BotDb.OpenWriteAsync().ConfigureAwait(false);
wdb.WithNoCase();
string dbPath, dbDir;
await using (var connection = db.Database.GetDbConnection())
{