mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 08:34:27 -05: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);
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
#nullable disable
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user