Skip to content

Commit

Permalink
fix(express-session-mikro-orm): fix manager access
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Dec 4, 2020
1 parent db3f14d commit 5866b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/express-session-mikro-orm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const StoreFactory = (Store: any) => {
expires = data.cookie.expires
}

return this.em
return this.orm.em
.nativeUpdate(
'Session',
{
Expand Down

0 comments on commit 5866b4a

Please sign in to comment.