test blocker

This commit is contained in:
bootunloader
2024-09-22 13:18:39 +03:00
parent c1b5f28a60
commit 32ded1a789

View File

@@ -188,6 +188,13 @@ export const postDataApiRouter = createTRPCRouter({
console.log(`[+] Posting ${data.length} entries to the API`);
await removePostSession();
return {
ok: true,
detail: "Data posted successfully",
errors: undefined,
};
const res = await postDataToApi({
sessions: userSessions,
data,