diff --git a/src/commands/github.tsx b/src/commands/github.tsx index 9c7d14b..432baca 100644 --- a/src/commands/github.tsx +++ b/src/commands/github.tsx @@ -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) {