1.1.1
This commit is contained in:
2
dist/places.d.ts
vendored
2
dist/places.d.ts
vendored
@@ -83,7 +83,7 @@ export interface PlacesClient {
|
||||
/**
|
||||
* Store a place.
|
||||
* Generates ID and Geohash if missing.
|
||||
* Path structure: <geohash-prefix-2>/<geohash-prefix-2>/<id>
|
||||
* Path structure: `<geohash-prefix-2>/<geohash-prefix-2>/<id>`
|
||||
*
|
||||
* @param placeData - The data of the place to store.
|
||||
* @returns The stored place object.
|
||||
|
||||
2
dist/places.js
vendored
2
dist/places.js
vendored
@@ -71,7 +71,7 @@ const Places = function (privateClient /*, publicClient: BaseClient */) {
|
||||
/**
|
||||
* Store a place.
|
||||
* Generates ID and Geohash if missing.
|
||||
* Path structure: <geohash-prefix-2>/<geohash-prefix-2>/<id>
|
||||
* Path structure: `<geohash-prefix-2>/<geohash-prefix-2>/<id>`
|
||||
*/
|
||||
store: async function (placeData) {
|
||||
const place = preparePlace(placeData);
|
||||
|
||||
Reference in New Issue
Block a user