chore: auto-fix lint & formatting [skip ci]

This commit is contained in:
github-actions[bot] 2026-08-02 19:42:35 +00:00
parent 0af6b9a4b8
commit 5a98e45544
3 changed files with 3 additions and 11 deletions

View file

@ -15,7 +15,7 @@ export function makeT(tr?: Translations): T {
export function buildMessage(
partial: Omit<Partial<NeutralMessage>, "title"> & { title: string },
t: T,
repo?: string
repo?: string,
): NeutralMessage {
return {
...partial,