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",
|
||||
headers: {
|
||||
"User-Agent": this._utils.getWindow().webContents.getUserAgent(),
|
||||
"url": imageurl
|
||||
url: imageurl,
|
||||
},
|
||||
})
|
||||
.then((res) => res.json())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue