consola icon indicating copy to clipboard operation
consola copied to clipboard

refactor: remove unnecessary expression

Open cjpearson opened this issue 7 months ago • 0 comments

It should be fine to reduce logObj.title && logObj.title to logObj.title. Perhaps logObj && logObj.title was intended, but since this is within if (logObj.type === "box") {}, logObj should be defined.

cjpearson avatar Apr 10 '25 15:04 cjpearson