mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
fix: build errors
This commit is contained in:
@ -21,7 +21,5 @@ export async function search({ search, page, perPage, sortBy, sortOrder }: Searc
|
||||
|
||||
const results = await getSigningVolume({ search, page, perPage, sortBy, sortOrder });
|
||||
|
||||
console.log('results', results);
|
||||
|
||||
return results;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user