Fix issue with timer

This commit is contained in:
2023-11-09 10:15:36 +01:00
parent 0a9fe206d5
commit 52b6d2f9d7

View File

@@ -146,7 +146,7 @@ const session = smpp.connect(
} }
}, },
"", "",
`1000/${options.mps} ms` `${1 / options.mps} s`
); );
} }
} }