From 63431b5d5c08737857851ed08f4c96bfa2bd39a7 Mon Sep 17 00:00:00 2001 From: zylo_dev <70657892+zylonity@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:35:33 +0100 Subject: [PATCH] Fixed typo in ProjectStatus causing json issues for withheld projects --- src/Modrinth.Net/Models/Enums/Project/ProjectStatus.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modrinth.Net/Models/Enums/Project/ProjectStatus.cs b/src/Modrinth.Net/Models/Enums/Project/ProjectStatus.cs index 88683e1..21be638 100644 --- a/src/Modrinth.Net/Models/Enums/Project/ProjectStatus.cs +++ b/src/Modrinth.Net/Models/Enums/Project/ProjectStatus.cs @@ -41,9 +41,9 @@ public enum ProjectStatus Unknown, /// - /// Project is witheld + /// Project is withheld /// - Witheld, + Withheld, /// /// Project is scheduled for release