This commit is contained in:
Jacob Nguyen
2023-12-13 14:06:29 -06:00
parent fda822da88
commit 28d6c4cb00

View File

@@ -9,6 +9,7 @@ const req = await send("global/get-all", {
}) as TypedResponse<GlobalPut>;
if(poster.isOk<GlobalPut>(req)) {
req.json().then(s => s?.map(v => v.name))
}
console.log(await req.json());