mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Various code cleanup.
This commit is contained in:
@@ -73,6 +73,6 @@ class SubmitController extends Controller
|
||||
SendWebhookMessage::dispatch($message)->afterResponse();
|
||||
}
|
||||
|
||||
return response()->json([], 200);
|
||||
return response()->json([]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user