Skip to content

Commit

Permalink
remove project has_description
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuite committed Dec 13, 2024
1 parent 76c86cf commit f64a50b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/data/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ const metricsTemplate = {
}
},
"other": {
"has_description": 0,
"description_length": 0
},
"datasets": [{
Expand Down
1 change: 0 additions & 1 deletion lib/model/query/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,6 @@ const projectMetrics = () => (({ Analytics }) => runSequentially([
// other
for (const row of projWithDesc) {
const project = _getProject(projects, row.projectId);
project.other.has_description = 1;
project.other.description_length = row.description_length;
}

Expand Down

0 comments on commit f64a50b

Please sign in to comment.