mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user