Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Commit e4456de

Browse files
authored
Make destination optional in sendPrintRequest (#67)
Destination is no long used in the front end -- Force pushed this as it literally changes 1 line
1 parent ed5faad commit e4456de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/printing/print_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function healthCheck() {
1919
});
2020
}
2121

22-
function sendPrintRequest(raw, copies, sides, pageRanges, destination) {
22+
function sendPrintRequest(raw, copies, sides, pageRanges, destination='') {
2323
printOptions = {
2424
'sides': sides,
2525
'page-ranges': pageRanges

0 commit comments

Comments
 (0)