style: remove unnecessary whitespace in multiple files for cleaner code

This commit is contained in:
Max Kowalski
2025-06-27 23:32:09 +02:00
parent 7e59567f73
commit 043aa03534
11 changed files with 73 additions and 73 deletions

View File

@ -123,8 +123,8 @@ export default async function handler(
where: { companyId: company.id }
});
res.json({
ok: true,
res.json({
ok: true,
imported: importedCount,
total: rawSessionData.length,
sessions: sessionCount,