Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 11, 2024
1 parent e1051a4 commit 9016f66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/src/collections/collections.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ export class CollectionsService {
);
count = collectionStatisticsRes.data.row_count;
}
} catch (error) {}
} catch (error) {
console.log('ignore count error');
}

return { rowCount: Number(count) } as CountObject;
}
Expand Down

0 comments on commit 9016f66

Please sign in to comment.