improve file streams

This commit is contained in:
2025-09-06 18:00:58 +02:00
parent 1c4aaa7040
commit 5c09120c23
4 changed files with 55 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ export async function getWarrenDirectory(
warrenId,
path,
}),
key: `${warrenId}-${path}`,
key: `${warrenId}-${path}`,
});
if (data.value == null) {