server v1.0.8

This commit is contained in:
2020-10-03 18:54:59 +02:00
parent 63c2fb88e0
commit 3dbbe4b1ba
3 changed files with 64 additions and 7 deletions

View File

@@ -63,6 +63,7 @@ export async function createRestaurant(request, oldRestaurant) {
placesId: request.placesId,
imgUrl: img,
workingHours: request.workingHours,
lunchHours: request.lunchHours,
description: sanitizer.sanitize.keepUnicode(request.description),
tags: request.tags,
links: request.links,
@@ -84,6 +85,7 @@ export async function createRestaurant(request, oldRestaurant) {
placesId: request.placesId,
imgUrl: img,
workingHours: request.workingHours,
lunchHours: request.lunchHours,
description: sanitizer.sanitize.keepUnicode(request.description),
tags: request.tags,
links: request.links,