Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error #41

Closed
ywegel opened this issue May 30, 2022 · 1 comment
Closed

Compile error #41

ywegel opened this issue May 30, 2022 · 1 comment

Comments

@ywegel
Copy link
Contributor

ywegel commented May 30, 2022

So the next crate does not compile anymore, because i can't find the id, as id is not a filed anymore. It can be fixed by changing line 316 in auth.rs from let user: User = self.users.get_by_id(session.id).await?; to let user: User = self.users.get_by_id(session.id()?).await?;. I tried to fix it myself, it works locally, but i can't update my fork

@tvallotton
Copy link
Owner

Hi, yes, I noticed that while I was merging next with some of my local unpushed changes. I will push the fixed version soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants