Skip to content

Commit

Permalink
reverted changes back
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Dec 14, 2019
1 parent 51dfab3 commit d897fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepknee-backend-broker/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ io.on('connection', async (socket) => {
console.log('Got a DICOM file');
socket.emit('dicom_received', {});
socket.emit('processing_by_kneel', {});
let base64_processed = dicom_base64.file_blob.split(',').pop().replace(/\0/g, '');
let base64_processed = dicom_base64.file_blob.split(',').pop()

response = await request(kneel_url_bilateral, {
method: 'POST',
Expand Down

0 comments on commit d897fd6

Please sign in to comment.