Skip to content

Commit

Permalink
Merge pull request #981 from ssoronid/patch-1
Browse files Browse the repository at this point in the history
extensions object fix
  • Loading branch information
leifermendez authored Feb 6, 2024
2 parents 3799774 + bb07a7e commit 0dccfca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/docs/src/routes/docs/blacklist/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ createBot({
flow: adapterFlow,
provider: adapterProvider,
database: adapterDB,
},{
blackList:['34XXXXXXXX']
})
extensions: {
blackList:['3XXXXXXXXX'],
},
})
```

## Propiedades
Expand Down

0 comments on commit 0dccfca

Please sign in to comment.