fix: remove stupid extra line

This commit is contained in:
Floorb 2023-06-14 03:02:47 -04:00
parent 8969eb4071
commit 776a0ba636

View file

@ -139,7 +139,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
if ($editing) {
$paste = Paste::find($_POST['paste_id']);
if (can('edit', $paste)) {
$paste_content = $paste->encrypt ? $paste_content : $_POST['paste_data'];
$paste->update([
'title' => $paste_title,
'content' => $paste_content,