test blocker
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user