Dependency bump

This commit is contained in:
Zef Hemel
2022-09-13 08:41:01 +02:00
parent 6342eee303
commit d9338543eb
15 changed files with 114 additions and 7599 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ function buildFsRouter(spacePrimitives: SpacePrimitives) {
.route(/\/(.+)/)
.get(async (req, res, next) => {
let name = req.params[0];
console.log("Getting", name);
console.log("Loading file", name);
try {
let attachmentData = await spacePrimitives.readFile(
name,