From 93a46871dede4d4576d0de6edb7d73bcfdfa8067 Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Wed, 5 Aug 2026 17:27:27 -0400 Subject: [PATCH] the client uploading something with 2 as the type expects it to have a /data/ prefix (holotar for example it seems) --- apps/storage/src/storage.app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storage/src/storage.app.ts b/apps/storage/src/storage.app.ts index aba9534..5c84f7e 100644 --- a/apps/storage/src/storage.app.ts +++ b/apps/storage/src/storage.app.ts @@ -35,7 +35,7 @@ import type { App } from './context' */ const UPLOAD_SUBFOLDER: Record = { 1: 'room', - 2: 'holotar', + 2: 'data', 3: 'image', 4: 'video', 5: 'invention',