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

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