test blocker
This commit is contained in:
@@ -188,6 +188,13 @@ export const postDataApiRouter = createTRPCRouter({
|
|||||||
|
|
||||||
console.log(`[+] Posting ${data.length} entries to the API`);
|
console.log(`[+] Posting ${data.length} entries to the API`);
|
||||||
|
|
||||||
|
await removePostSession();
|
||||||
|
return {
|
||||||
|
ok: true,
|
||||||
|
detail: "Data posted successfully",
|
||||||
|
errors: undefined,
|
||||||
|
};
|
||||||
|
|
||||||
const res = await postDataToApi({
|
const res = await postDataToApi({
|
||||||
sessions: userSessions,
|
sessions: userSessions,
|
||||||
data,
|
data,
|
||||||
|
|||||||
Reference in New Issue
Block a user