Skip to content

Commit

Permalink
Quitando alert
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelSI11 committed Apr 10, 2023
1 parent 133b1ec commit 6e716ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/components/map/markUtils/MarkUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export async function getFileFromPod(session: Session,url?:string) {
let podUrl = url !== undefined ? url : (session.info.webId?.split('/profile')[0]+'/public/maps' || ''); //TODO: Cambiar public por private
file = await getFile(podUrl, { fetch: session.fetch });
} catch (e) {
alert("asdasd")
let maps: JsonLdDocument = {
"@context": "https://schema.org/",
"maps": []
Expand Down

0 comments on commit 6e716ff

Please sign in to comment.