mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Fixed some crashes in response strings source generator, reorganized more submodules into their folders
This commit is contained in:
@@ -200,7 +200,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
||||
if (--page < 0)
|
||||
return;
|
||||
|
||||
var trs = new List<CurrencyTransaction>();
|
||||
List<CurrencyTransaction> trs;
|
||||
await using (var uow = _db.GetDbContext())
|
||||
{
|
||||
trs = uow.CurrencyTransactions.GetPageFor(userId, page);
|
||||
|
Reference in New Issue
Block a user