Revert "the client uploading something with 2 as the type expects it to have a /data/ prefix (holotar for example it seems)"

This reverts commit 93a46871de.
This commit is contained in:
Devin Zuczek
2026-08-05 17:53:42 -04:00
parent 93a46871de
commit 6b7acc9435
+1 -1
View File
@@ -35,7 +35,7 @@ import type { App } from './context'
*/
const UPLOAD_SUBFOLDER: Record<number, string> = {
1: 'room',
2: 'data',
2: 'holotar',
3: 'image',
4: 'video',
5: 'invention',