You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(`Document sent to print queue ${qname}`);
134
134
returnreq.info(200,`Document sent to print queue ${qname} \n
135
135
No. of copies requested: ${numberOfCopies}`);
136
-
}else{
137
-
// Offline / Console Mode
138
-
docsToPrint.forEach((doc)=>{
139
-
logger.info(`Document ${doc.fileName} with object key ${doc.objectKey} and content length ${doc.content.length} has been sent to print queue ${qname}`);
140
-
});
141
-
}
136
+
}else{// Offline / Console Mode
137
+
docsToPrint.forEach((doc)=>{
138
+
logger.info(`Document ${doc.fileName} with object key ${doc.objectKey} and content length ${doc.content.length} has been sent to print queue ${qname}`);
0 commit comments