fix formatting

This commit is contained in:
Kiril Videlov 2023-09-15 11:28:27 +02:00 committed by Kiril Videlov
parent 45c9d1a5f6
commit f3666624f1

View File

@ -173,7 +173,7 @@ export function getCloudApiClient(
summarize: {
commit: (
token: string,
params: { diff: string; uid?: string, brief?: boolean, emoji?: boolean }
params: { diff: string; uid?: string; brief?: boolean; emoji?: boolean }
): Promise<{ message: string }> =>
fetch(getUrl('summarize/commit.json'), {
method: 'POST',