Fixing Slave Package

This commit is contained in:
Martin Karkowski 2021-02-12 17:33:01 +01:00
parent 1fa1e219ac
commit bc3edf96f2

View File

@ -2,7 +2,7 @@
* @author Martin Karkowski
* @email m.karkowski@zema.de
* @create date 2021-02-05 16:42:56
* @modify date 2021-02-05 16:54:47
* @modify date 2021-02-12 17:30:55
* @desc [description]
*/
@ -15,7 +15,7 @@ const TYPES = {
};
const autoStartFunction = {
func: async (host: string, port: number, content) => {
func: (host: string, port: number, content) => {
console.log("It works", host, port, content);
const dgram = require("dgram");