idac: hotfix profile import

This commit is contained in:
Dniel97
2024-03-26 22:44:50 +01:00
parent bfebe69a74
commit 9692aea87b
2 changed files with 2 additions and 1 deletions

View File

@@ -366,6 +366,7 @@ class IDACProfileFrontend(FE_Base):
content = await self.generate_all_tables_json(user_id)
self.logger.info(f"User {user_id} exported their IDAC data")
return Response(
content.encode("utf-8"),
200,