Skip to content

Commit

Permalink
chore(node): Update usb serialport to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
cicoub13 committed Feb 25, 2024
1 parent 78f5bff commit c59d963
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 1,168 deletions.
2 changes: 1 addition & 1 deletion server/services/usb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const logger = require('../../utils/logger');
const UsbController = require('./api/usb.controller');

module.exports = function UsbService(gladys, serviceId) {
const SerialPort = require('serialport');
const { SerialPort } = require('serialport');
/**
* @public
* @description This function starts the service.
Expand Down
Loading

0 comments on commit c59d963

Please sign in to comment.