mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
0af6b9a4b8
commit
5a98e45544
3 changed files with 3 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue