AI fixes
Some checks failed
Deploy to Pages / build (pull_request) Failing after 1m5s

This commit is contained in:
Andras Schmelczer 2026-05-24 10:34:24 +01:00
parent eceb31a9ad
commit e9b6035c58
48 changed files with 354 additions and 340 deletions

View file

@ -74,7 +74,7 @@ export const GET: APIRoute = async (context) => {
updated,
]
.filter(Boolean)
.join(''),
.join('\n'),
};
}),
});