mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
Update docs for upsert in ServiceConfiguration
This commit is contained in:
committed by
italo jose
parent
526019f0bc
commit
f4b7873e3c
@@ -296,7 +296,7 @@ Then, inside the server of your app (this example is for the Weebo service), imp
|
||||
|
||||
```js
|
||||
import { ServiceConfiguration } from "meteor/service-configuration";
|
||||
ServiceConfiguration.configurations.upsert(
|
||||
ServiceConfiguration.configurations.upsertAsync(
|
||||
{ service: "weibo" },
|
||||
{
|
||||
$set: {
|
||||
|
||||
Reference in New Issue
Block a user