improved error loggin and updated imports to fix build failure
This commit is contained in:
@@ -169,8 +169,6 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
await getWatchedCases(loggedInUser),
|
||||
]);
|
||||
|
||||
console.log(accountDetails);
|
||||
|
||||
const [searchDetailsObj, watchedCasesDetails] = await Promise.all([
|
||||
await getSearchDetails(searchResultsObj),
|
||||
await getDetails(watchedCases, "myWatchedCases"),
|
||||
|
||||
Reference in New Issue
Block a user