Skip to content

Commit

Permalink
used npm audit fix --force for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Jun 7, 2019
1 parent fc597ad commit 1473d68
Show file tree
Hide file tree
Showing 3 changed files with 1,457 additions and 1,763 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export async function login(credentials) {
session = await solid.auth.login(credentials);
return session;
}
session = await solid.auth.login(credentials);
return session;
}
export async function add(parentFolder, url, content, contentType) {
return new Promise((resolve, reject)=>{
Expand Down
Loading

0 comments on commit 1473d68

Please sign in to comment.