Skip to content

Commit

Permalink
Provide a non-empty response to this API endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrrv committed Nov 28, 2024
1 parent 313d29e commit f9e994a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TouchPoint-WP/Stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ protected function submitStats(): void
'timeout' => 10,
'blocking' => false,
]);
echo "ok";
}

/**
Expand Down Expand Up @@ -435,7 +436,7 @@ public static function handleSubmission(): bool
return false;
}

echo $r;
echo $r;
return true;
}
}

0 comments on commit f9e994a

Please sign in to comment.