mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-03 13:52:09 +03:00
fix: clean up proxy page redundancy and fix 1proxy sync empty body error (#2052)
This commit is contained in:
@@ -861,9 +861,7 @@ export async function getCallLogById(id: string) {
|
||||
LEFT JOIN provider_nodes pn ON pn.id = cl.provider
|
||||
WHERE cl.id = ?`
|
||||
)
|
||||
.get(id) as
|
||||
| CallLogSummaryRow
|
||||
| undefined;
|
||||
.get(id) as CallLogSummaryRow | undefined;
|
||||
if (!row) return null;
|
||||
|
||||
const entry = mapSummaryRow(row);
|
||||
|
||||
Reference in New Issue
Block a user