typo: UpstashAPL need restURL not restUrl (#196)
* typo restURL not restUrl * Create .changeset/wild-suits-hug.md --------- Co-authored-by: Lukasz Ostrowski <lukasz@monolog.tech>
This commit is contained in:
parent
aa6fbaf2ec
commit
5a93a166ab
2 changed files with 6 additions and 1 deletions
5
.changeset/wild-suits-hug.md
Normal file
5
.changeset/wild-suits-hug.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@saleor/app-sdk": patch
|
||||
---
|
||||
|
||||
Fix typo in UpstashAPL docs
|
|
@ -179,7 +179,7 @@ import { UpstashAPL } from "@saleor/app-sdk/APL";
|
|||
|
||||
const apl = new UpstashAPL({
|
||||
restToken: "XXXXXXXXXXXXXX",
|
||||
restUrl: "https://eu2-red-panda-00000.upstash.io",
|
||||
restURL: "https://eu2-red-panda-00000.upstash.io",
|
||||
});
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue