mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04: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