Skip to content

Commit

Permalink
fix: remove old property
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubersilva committed Sep 5, 2024
1 parent 35882c8 commit bfe0a5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Campaigns/Routes/CreateCampaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function registerRoute()
public function handleRequest(WP_REST_Request $request): WP_REST_Response
{
$campaign = Campaign::create([
'pageId' => 0,
'type' => CampaignType::CORE(),
'title' => $request->get_param('title'),
'shortDescription' => $request->get_param('shortDescription'),
Expand Down

0 comments on commit bfe0a5d

Please sign in to comment.