Skip to content

Commit 6d39fdf

Browse files
committed
Removing WithData() for now
1 parent 36f7108 commit 6d39fdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Initium/Response/ApiResponseBuilder.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ public ApiResponseBuilder WithStatusCode(HttpStatusCode statusCode)
6565
return this;
6666
}
6767

68-
public ApiResponseBuilder WithData(object data)
69-
{
70-
ApiResponse.Data = data;
71-
return this;
72-
}
68+
// public ApiResponseBuilder WithData(object data)
69+
// {
70+
// ApiResponse.Data = data;
71+
// return this;
72+
// }
7373

7474
/// <summary>
7575
/// Adds error messages to the API response.

0 commit comments

Comments
 (0)