-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: user meta is not a function error (#462)
* fix: update packages to resolve type errors Update prime-core package.json to resolving typing errors between @accounts/typeorm and typeorm which causes compilation to fail. * fix: resolve user.meta is not a function Resolve the user.meta is not a function error by making user.meta a static function which takes an id as an argument due to entities not inheriting their types methods. * Update yarn.lock * Update yarn.lock Co-authored-by: Birkir Gudjonsson <birkir.gudjonsson@gmail.com>
- Loading branch information
Showing
4 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters