mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix: removed uneeded input on the request seller profile endpoint
This commit is contained in:
parent
9e9f3c5564
commit
f70b9b2b52
@ -68,7 +68,7 @@ public class SellerProfileController : Controller
|
||||
|
||||
[HttpPost]
|
||||
[Authorize("write:seller-profile")]
|
||||
public async Task<IActionResult> RequestSellerProfile(SellerProfileModel model)
|
||||
public async Task<IActionResult> RequestSellerProfile()
|
||||
{
|
||||
var userId = User.GetUserId();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user