mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
ss
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user