Skip to content

Commit

Permalink
Update podAccess.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuhcuartas authored Apr 23, 2023
1 parent c5a0794 commit e50c466
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions webapp/src/handlers/podAccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ import {checkForLomap} from "./podHandler";
import {LocationLM} from "../models/location";
import {CoordinatesInvalidFormatException, StringInvalidFormatException} from "../util/Exceptions/exceptions";

/**
* Save user's session changes into de POD.
* @param {User} user
* @returns {Promise<void>}
*/
async function writeLocations(user, session) {
//This can be parallel
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 e50c466

Please sign in to comment.