This commit is contained in:
Pilzinsel64
2025-04-10 11:02:27 +02:00
parent cc58e77760
commit 008b1e9893
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public static class ApiMessageExtensions
{
if (@this == null)
return ApiResult.NotFound();
return new ApiResult(statusCode, @this.ToItemMsg());
return new ApiResult(statusCode, @this.ToItemsMsg());
}
public static GeneralItemMessages<T>.Item ToItemMsg<T>(this T @this)