-oops, obvious missing return
This commit is contained in:
parent
585fe6b996
commit
424e39edda
@ -438,6 +438,7 @@ export function applyLegacyTypeAnnotations(val: any): any {
|
||||
export function internalStructuredRevive(val: any): any {
|
||||
// FIXME: Do the newly specified, compositional encoding here.
|
||||
val = JSON.parse(JSON.stringify(val));
|
||||
return val;
|
||||
}
|
||||
|
||||
export function structuredRevive(val: any): any {
|
||||
|
@ -1575,7 +1575,7 @@ export async function handleCoreApiRequest(
|
||||
};
|
||||
} catch (e: any) {
|
||||
const err = getErrorDetailFromException(e);
|
||||
logger.info(`finished wallet core request with error: ${j2s(err)}`);
|
||||
logger.info(`finished wallet core request ${operation} with error: ${j2s(err)}`);
|
||||
return {
|
||||
type: "error",
|
||||
operation,
|
||||
|
Loading…
Reference in New Issue
Block a user