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

This commit is contained in:
Devin Zuczek
2026-08-05 17:27:27 -04:00
parent 4111bc49aa
commit 93a46871de
+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',