mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-09 22:17:58 +02:00
Resolve syntax issue
This commit is contained in:
@@ -131,7 +131,7 @@ export async function listAiProviders(
|
|||||||
|
|
||||||
return response<ListAiProvidersResponse>(res, {
|
return response<ListAiProvidersResponse>(res, {
|
||||||
data: {
|
data: {
|
||||||
providers: rows.map(toPublicAiProvider),
|
providers: rows.map((row) => toPublicAiProvider(row)),
|
||||||
pagination: {
|
pagination: {
|
||||||
total: totalCount,
|
total: totalCount,
|
||||||
pageSize,
|
pageSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user