Skip to content

Commit

Permalink
chore: cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed Dec 13, 2024
1 parent bcdcf36 commit ba57f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/api/class-webhook-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function validate_webhook( $request ) {
return new WP_Error( 'invalid_notification_details', 'Invalid notification details', [ 'status' => 400 ] );
}

// @TODO We should process the signature here.
// @TODO We should process the signature here.

return true;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/class-notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class Notifications {

/**
* The option name for the notifications.
* The option name for the notification subscriptions.
*
* @var string
*/
Expand Down

0 comments on commit ba57f58

Please sign in to comment.