Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Dec 18, 2024
1 parent ac5086d commit bd463d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { generateViews, annotateFailed } from './core'
import { components } from '@octokit/openapi-types'

type IssueComment = components['schemas']['issue-comment']
const UPDATE_EMOJI = '🔄';
const UPDATE_EMOJI = '🔄'

/**
* Handles the generation of views and comments for a CTRF report.
Expand Down

0 comments on commit bd463d7

Please sign in to comment.