chore: Prettified Code
[ci skip]
This commit is contained in:
parent
6d572ba7bd
commit
2da6ecaddc
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ export default class DiscordRPC {
|
||||||
const self = this;
|
const self = this;
|
||||||
ipcMain.on("discordrpc:updateImage", async (_event, imageurl) => {
|
ipcMain.on("discordrpc:updateImage", async (_event, imageurl) => {
|
||||||
if (!this._utils.getStoreValue("general.privateEnabled")) {
|
if (!this._utils.getStoreValue("general.privateEnabled")) {
|
||||||
console.log("[DEBUG] "+imageurl)
|
console.log("[DEBUG] " + imageurl);
|
||||||
fetch("https://api.cider.sh/v1/images", {
|
fetch("https://api.cider.sh/v1/images", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue