forked from EllieBotDevs/elliebot
fixed pubsub not supporting tuples
This commit is contained in:
parent
74767e8661
commit
45d9fa08db
3 changed files with 3 additions and 2 deletions
src/EllieBot/Services/Impl/PubSub
|
@ -7,6 +7,7 @@ public class JsonSeria : ISeria
|
|||
{
|
||||
private readonly JsonSerializerOptions _serializerOptions = new()
|
||||
{
|
||||
IncludeFields = true,
|
||||
Converters =
|
||||
{
|
||||
new Rgba32Converter(),
|
||||
|
|
Reference in a new issue