Skip to content

Commit

Permalink
Update Backend/Remora.Discord.API/Json/Converters/Internal/EnumKeyDic…
Browse files Browse the repository at this point in the history
…tionaryConverterFactory.cs

Co-authored-by: MazeXP <[email protected]>
  • Loading branch information
VelvetToroyashi and MazeXP authored May 11, 2024
1 parent 5b0a641 commit 4e06346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Remora.Discord.API.Json;
/// <summary>
/// Creates a JSON converter for dictionaries with enum keys.
/// </summary>
public class EnumKeyDictionaryConverterFactory : JsonConverterFactory
internal class EnumKeyDictionaryConverterFactory : JsonConverterFactory
{
/// <inheritdoc />
public override bool CanConvert(Type typeToConvert)
Expand Down

0 comments on commit 4e06346

Please sign in to comment.