Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Omitg24 committed May 8, 2023
2 parents f2a54aa + 5557164 commit 752e226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/pod/PODsInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export async function getMaps(webId: string, session: Session) {
let uri = webId.split("/").slice(0, 3).join("/").concat("/lomap/");
try {
let dataset = await getSolidDataset(uri, {fetch: session.fetch});
return getContainedResourceUrlAll(dataset);
return getContainedResourceUrlAll(dataset).filter(file => file.includes(".jsonld"));
} catch (e) {
return ["User Unauthorized"]
}
Expand Down

0 comments on commit 752e226

Please sign in to comment.