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

View File

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