From 6d14102ec4c7416e3440d83e5b15269c84a74f14 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 30 May 2026 19:43:47 +0200 Subject: [PATCH] fixed space --- frontend/js/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/api.js b/frontend/js/api.js index f28a3b5..bd64428 100644 --- a/frontend/js/api.js +++ b/frontend/js/api.js @@ -132,4 +132,4 @@ export async function apiDownload(url, errorPrefix = 'Download error') { } return res; -} \ No newline at end of file +} -- 2.47.3