Skip to content

Commit 7efeb34

Browse files
committed
chore: update xml source
1 parent 1880083 commit 7efeb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

precomputer/src/tasks/queue-xml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const XML_DECLARATION = '<?xml version="1.0" encoding="utf-8"?>'
2828
*/
2929
export const renderQueueXML = async (queue: QueueCommon): Promise<string> => {
3030
console.log("========")
31-
console.log(JSON.stringify(queue, null, 2))
31+
console.log(JSON.stringify(queue))
3232
console.log("========")
3333

3434
const dom = await getDOMParser()

0 commit comments

Comments
 (0)