style: fix prettier formatting
This commit is contained in:
@@ -21,7 +21,10 @@ export async function fetchTestChecklistResults(): Promise<TestChecklistResponse
|
||||
}
|
||||
|
||||
export async function updateTestChecklistItem(itemKey: string, passed: boolean): Promise<UpdateChecklistItemResponse> {
|
||||
const { data } = await apiClient.patch<{ result: UpdateChecklistItemResponse }>('admin/test-checklist', { itemKey, passed })
|
||||
const { data } = await apiClient.patch<{ result: UpdateChecklistItemResponse }>('admin/test-checklist', {
|
||||
itemKey,
|
||||
passed,
|
||||
})
|
||||
return data.result
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user