fix: allow spaces in title input (#504)

This commit is contained in:
Carlos Valente
2023-09-01 23:26:59 +02:00
committed by GitHub
parent 23dcca5527
commit 8d427a6bbe
6 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ontime-server",
"type": "module",
"main": "src/index.ts",
"version": "2.7.1",
"version": "2.7.2",
"exports": "./src/index.js",
"dependencies": {
"body-parser": "^1.20.0",