Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Feb 10, 2024
1 parent 59b7c3e commit 8a8604e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ public function importData(Request $request)
]);

if ($validatedData->fails()) {
print_r($linkData); die;
throw new \Exception('Invalid link');
}

$newLink = new Link();
Expand Down

0 comments on commit 8a8604e

Please sign in to comment.