Minor bugfix on demo data

This commit is contained in:
Pax1601 2023-04-09 09:48:49 +02:00
parent c54c7d2d78
commit 0456bbef52
3 changed files with 3 additions and 2 deletions

View File

@ -625,6 +625,7 @@ class DemoDataGenerator {
units(req, res){
var ret = this.demoUnits;
ret.time = Date.now();
res.send(JSON.stringify(ret));
};

View File

@ -1,12 +1,12 @@
{
"name": "DCSOlympus",
"version": "0.1.0-alpha",
"version": "0.1.1-alpha",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "DCSOlympus",
"version": "0.1.0-alpha",
"version": "0.1.1-alpha",
"dependencies": {
"@types/geojson": "^7946.0.10",
"@types/leaflet": "^1.9.0",

Binary file not shown.