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