Skip to content

Commit 10c1902

Browse files
committed
Remove 'files' from categories-*.json
1 parent b4202e7 commit 10c1902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-releases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async function main() {
125125

126126
// Filter out unwanted fields from apps for category files
127127
const filteredApps = apps.map(app => {
128-
const { commit, owner, repo, path, filePath, category, ...cleanApp } = app;
128+
const { commit, owner, repo, path, filePath, category, files, ...cleanApp } = app;
129129
// Add slug in format: owner/repo/appname
130130
cleanApp.slug = `${owner}/${repo}/${app.name}`;
131131
return cleanApp;

0 commit comments

Comments
 (0)