Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
  • Loading branch information
jbogp and muuki88 authored Apr 28, 2023
1 parent ffe348b commit 19ab1af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev-docs/modules/greenbidsRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ This module is configured as part of the `realTimeData.dataProviders` object.

```javascript
const greenbidsDataProvider = {
name: 'greenbidsRtdProvider',
waitForIt: true,
params: {
pbuid: 'TEST_FROM_GREENBIDS',
timeout: 200
}
};
name: 'greenbidsRtdProvider',
waitForIt: true,
params: {
pbuid: 'TEST_FROM_GREENBIDS',
timeout: 200
}
};
pbjs.setConfig({
realTimeData: {
auctionDelay: 200,
Expand Down

0 comments on commit 19ab1af

Please sign in to comment.