Address Greptile telemetry review comments

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-04-03 14:11:11 -05:00
parent 9b3ad6e616
commit 68b2fe20bb
3 changed files with 44 additions and 2 deletions

View file

@ -45,7 +45,7 @@ export function companySkillRoutes(db: Db) {
if (skill.sourceType !== "github") {
return null;
}
const hostname = asString(skill.metadata?.hostname) ?? "github.com";
const hostname = asString(skill.metadata?.hostname);
if (hostname !== "github.com") {
return null;
}