stm_app icon indicating copy to clipboard operation
stm_app copied to clipboard

Find out why date_head is missing from some projects

Open rimutaka opened this issue 4 years ago • 0 comments

The front end was failing because date_head was missing from projects.

Example:

"project_name" : "LeetCode",
"github_user_name" : "EINDEX",
"github_repo_name" : "LeetCode",
"date_init" : "2019-01-03T14:52:23+08:00",
  • https://stackmuncher.com/EINDEX
  • https://stackmuncher.com/KvanTTT

I added a check to filter out such projects because something's off there, so no harm in skipping them for now. See https://github.com/stackmuncher/stm_server/commit/b05f15183fd39b4f97b8d46589c07d3c51debc06

rimutaka avatar Oct 18 '21 02:10 rimutaka