server v1.0.2

This commit is contained in:
2020-09-18 18:58:55 +02:00
parent fa0b7e6503
commit 36dd3d8238
3 changed files with 4 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ export async function createRestaurant(request, oldRestaurant) {
type: "Point",
coordinates: request.coordinates,
},
placesId: request.placesId,
imgUrl: img,
workingHours: request.workingHours,
description: sanitizer.sanitize.keepUnicode(request.description),
@@ -77,6 +78,7 @@ export async function createRestaurant(request, oldRestaurant) {
type: "Point",
coordinates: request.coordinates,
},
placesId: request.placesId,
imgUrl: img,
workingHours: request.workingHours,
description: sanitizer.sanitize.keepUnicode(request.description),