fix(github): closed_at typo

This commit is contained in:
Jozef Steinhübl 2024-05-12 13:02:17 +02:00
parent df1f94f3a4
commit 7ecb0a201a
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -268,7 +268,7 @@ async function search(
type: item.pull_request ? "🔨" : "🐛",
},
created_at: new Date(item.created_at),
closed_at: item.closed_at ? new Date(item.cloased_at) : null,
closed_at: item.closed_at ? new Date(item.closed_at) : null,
};
if (item.pull_request) {