chore: Prettified Code
[ci skip]
This commit is contained in:
parent
9745db748b
commit
ed7a41bf49
1 changed files with 12 additions and 12 deletions
|
@ -63,7 +63,7 @@ export default class DiscordRPC {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"User-Agent": this._utils.getWindow().webContents.getUserAgent(),
|
"User-Agent": this._utils.getWindow().webContents.getUserAgent(),
|
||||||
"url": imageurl
|
url: imageurl,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((res) => res.json())
|
.then((res) => res.json())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue