completionId: cgen-68b5b4b2b126446b99bddd812c7171f4

cgen-68b5b4b2b126446b99bddd812c7171f4
This commit is contained in:
Builder.io 2025-11-11 02:13:50 +00:00
parent aee23f494d
commit 84e4afe312

View file

@ -71,6 +71,10 @@ export default function AdminStaffDirectory() {
setIsSeeding(true);
const response = await fetch("/api/staff/members/seed", {
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({}),
});
// Read response body once