Skip to content

Commit

Permalink
erased an unwanted slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuhcuartas committed Apr 23, 2023
1 parent ebe4649 commit c5a0794
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/handlers/podAccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ async function writeLocations(user, session) {
writeLocIntoPOD(user.resourceURLPublic, user.publicLocat, session);
writeLocIntoPOD(user.resourceURLPrivate, user.privateLocat, session);
}

*/
async function writeLocations(resourceURL, session, list) {
let i = 0;
let dataset;
Expand Down

0 comments on commit c5a0794

Please sign in to comment.