Fix data model in api/worldinfo/list

7325cc7c410ab7ccbb39a02e5e4b9b1a047b88b4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
src/endpoints/worldinfo.js+1 -1
@@ -52,7 +52,7 @@ router.post('/list', async (request, response) => {
5252 const fileNameWithoutExt = path.parse(file.name).name;
5353 const fileData = {
5454 file_id: fileNameWithoutExt,
5555 name: fileContentsParsed?.name || fileNameWithoutExt,
5656 extensions: _.isObjectLike(fileExtensions) ? fileExtensions : {},
5757 };
5858 data.push(fileData);