chore(frontend): fix formatting

This commit is contained in:
Oleg Lobanov
2024-06-08 22:20:58 +02:00
parent d6cdf0e435
commit eb3978ea55
4 changed files with 59 additions and 59 deletions

View File

@@ -151,7 +151,6 @@ const fetchData = async () => {
fileStore.updateRequest(res);
document.title = `${res.name} - ${t("files.files")} - ${name}`;
} catch (err) {
if (err instanceof Error) {
error.value = err;