Skip to content

Commit

Permalink
Rename functions
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienCozeDev committed Dec 14, 2023
1 parent df56953 commit 82c8b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pod/peer_to_peer/static/peer_to_peer/js/p2p-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function startConnect(options) {
});
}

async function store_urls_id() {
console.log('[p2p-script.js] store_urls_id()');
async function storeUrlsId() {
console.log('[p2p-script.js] storeUrlsId()');
let fetch_status;
let postData = {};
for (let i = 0; i < urlList.length; i++) {
Expand Down Expand Up @@ -87,7 +87,7 @@ player.on('xhr-hooks-ready', () => {
delete coreCache[urlList[0]];
urlList.splice(0, 1);
}
store_urls_id();
storeUrlsId();
// }
}

Expand Down

0 comments on commit 82c8b5a

Please sign in to comment.