We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1880083 commit 7efeb34Copy full SHA for 7efeb34
1 file changed
precomputer/src/tasks/queue-xml.ts
@@ -28,7 +28,7 @@ const XML_DECLARATION = '<?xml version="1.0" encoding="utf-8"?>'
28
*/
29
export const renderQueueXML = async (queue: QueueCommon): Promise<string> => {
30
console.log("========")
31
- console.log(JSON.stringify(queue, null, 2))
+ console.log(JSON.stringify(queue))
32
33
34
const dom = await getDOMParser()
0 commit comments