Skip to content

Commit

Permalink
fix null session
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Apr 12, 2021
1 parent fc0ec21 commit 9ed3aca
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 355 deletions.
1 change: 1 addition & 0 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ function () {

case 7:
session = _a;
session || (session = this.handlers.file.session);
return [2
/*return*/
, session];
Expand Down
1 change: 1 addition & 0 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ var SolidNodeClient = /** @class */ (function () {
_b.label = 7;
case 7:
session = _a;
session || (session = this.handlers.file.session);
return [2 /*return*/, session];
}
});
Expand Down
Loading

0 comments on commit 9ed3aca

Please sign in to comment.