mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 08:34:27 -05:00 
			
		
		
		
	Revert "Fixed .crypto - some extra fields which were causing deserialization issues"
This reverts commit f65ba100af.
			
			
This commit is contained in:
		@@ -57,6 +57,6 @@ public sealed class QueueRunner
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public ValueTask EnqueueAsync(Func<Task> action)
 | 
			
		||||
    public ValueTask Enqueue(Func<Task> action)
 | 
			
		||||
        => _channel.Writer.WriteAsync(action);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user