mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 02:20:38 +09:00
Address Greptile telemetry review comments
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
9b3ad6e616
commit
68b2fe20bb
3 changed files with 44 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue