Skip to content

Commit

Permalink
Ran code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jul 11, 2020
1 parent 3957f35 commit ed8f8be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ wss.on('connection', function connection(ws) {
let DiscordRPC = require('discord-rpc');
let discordRpc = new DiscordRPC.Client({transport: 'ipc'});
// Eat errors because the user probably doesn't care
discordRpc.login({clientId: '719260544481099857'}).catch(error => {});
discordRpc.login({clientId: '719260544481099857'}).catch(error => {
});
let startTimestamp = Date.now();
let currentHeartRate = '-'
let currentCalories = '-'
Expand Down Expand Up @@ -83,7 +84,8 @@ app.post('/', function (req, res) {
state: 'git.io/JfMAZ',
startTimestamp: startTimestamp,
largeImageKey: 'hds_icon',
}).catch(error => {});
}).catch(error => {
});

res.end();
});

0 comments on commit ed8f8be

Please sign in to comment.