cek log error
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 4m40s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 42s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-11 11:16:47 +07:00
parent 8a567280ae
commit b61a076fa6
3 changed files with 7 additions and 0 deletions

0
.scannerwork/.sonar_lock Normal file
View File

View File

@@ -0,0 +1,6 @@
projectKey=kulak
serverUrl=http://localhost:9000
serverVersion=26.4.0.121862
dashboardUrl=http://localhost:9000/dashboard?id=kulak
ceTaskId=77035e85-cf5d-4771-ab8e-51da185429c5
ceTaskUrl=http://localhost:9000/api/ce/task?id=77035e85-cf5d-4771-ab8e-51da185429c5

View File

@@ -280,6 +280,7 @@ public function businessSetup(Request $request)
DB::rollBack(); DB::rollBack();
return response()->json([ return response()->json([
'message' => 'Something went wrong. Please contact the admin.', 'message' => 'Something went wrong. Please contact the admin.',
'error' => $th->getMessage(),
], 403); ], 403);
} }
} }