linting update

This commit is contained in:
km-anthropic
2025-07-29 11:16:51 -07:00
parent 5da8dc78e6
commit 5146c656e8
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ export async function createInitialComment(
context: ParsedGitHubContext,
) {
const { owner, repo } = context.repository;
// This function is only called for entity-based events
if (!context.entityNumber) {
throw new Error("createInitialComment requires an entity number");