1006 | ...options,
1007 | type: options?.type ?? (lookup(name) || undefined),
1008 | lastModified: options?.lastModified ?? Date.now()
1009 | };
1010 | super(parts, optionsWithDefaults);
1011 | this.name = name;
^
TypeError: Attempted to assign to readonly property.
at new UTFile (/mypath/node_modules/uploadthing/server/index.js:1011:9)
at /mypath/node_modules/uploadthing/server/index.js:1238:20
1006 | ...options,
1007 | type: options?.type ?? (lookup(name) || undefined),
1008 | lastModified: options?.lastModified ?? Date.now()
1009 | };
1010 | super(parts, optionsWithDefaults);
1011 | this.name = name;
^
TypeError: Attempted to assign to readonly property.
at new UTFile (/mypath/node_modules/uploadthing/server/index.js:1011:9)
at /mypath/node_modules/uploadthing/server/index.js:1238:20