server v1.0.2
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user