Skip to content

Commit 0f46042

Browse files
committed
formatting
1 parent ac3a8de commit 0f46042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Ubisoft Connect - Add Uplay Friend.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// the uplay group list, please change
1+
// The uplay group list, please change
22
const UPLAYGROUP = `
33
44
PERSON1
@@ -10,8 +10,7 @@ PASTE THE UPLAY GROUP LIST HERE
1010
1111
`;
1212

13-
// the code, do not touch
14-
13+
// The code, do not touch
1514
/* eslint-disable no-console */
1615
const DELAY = 4000;
1716

@@ -24,6 +23,7 @@ async function addUplayFriend(name, delay) {
2423
if (delay) {
2524
await sleep(delay);
2625
}
26+
2727
let data = JSON.parse(localStorage.PRODOverlayConnectLoginData);
2828
let { profiles } = await fetch(`https://public-ubiservices.ubi.com/v2/profiles?nameOnPlatform=${name}&platformType=uplay`, {
2929
"headers": {

0 commit comments

Comments
 (0)