Skip to content

Commit

Permalink
Update 2-execute-odata-request.mdx
Browse files Browse the repository at this point in the history
Since the context is .env, there must be no semilcolons in the end. The string is not parseable
  • Loading branch information
ThePlenkov authored Nov 19, 2024
1 parent 9354aa4 commit e168dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ For more information on local destinations, check out our [destination documenta
This is what it would look like for the mock server:

```ts
destinations = '[{ "name": "MockServer", "url": "http://localhost:3000" }]';
destinations = '[{ "name": "MockServer", "url": "http://localhost:3000" }]'
```

:::caution
Expand Down

0 comments on commit e168dbf

Please sign in to comment.