diff --git a/src/app.js b/src/app.js index f62023be..2803f483 100644 --- a/src/app.js +++ b/src/app.js @@ -18534,7 +18534,7 @@ console.log(`isLinux: ${LINUX}`); try { var owner = await API.getCachedUser({ userId: print.ownerId }); console.log( - `Print spawned by ${owner.displayName} id:${print.id} note:${print.note} authorName:${print.authorName} at:${new Date().toISOString()}` + `Print spawned by ${owner?.json?.displayName} id:${print.id} note:${print.note} authorName:${print.authorName} at:${new Date().toISOString()}` ); } catch (err) { console.error(err);