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

chore: esm imports! #121

Merged
merged 1 commit into from
Nov 4, 2024
Merged

chore: esm imports! #121

merged 1 commit into from
Nov 4, 2024

Conversation

danieldietzler
Copy link
Member

Supersedes #120


const licenses = await this.database.getSponsorLicenses(profile.login);
const licenses = await this.database.getSponsorLicenses(profile.sub);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea if profile.sub is the right one lol

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sub is likely the user id, but we want user login (afaik)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did something I should've done long ago.... I just RTFM. It's fixed now

@danieldietzler danieldietzler force-pushed the chore/esm-imports branch 2 times, most recently from 1432183 to 4c4ecd6 Compare October 23, 2024 18:08
@danieldietzler danieldietzler marked this pull request as ready for review October 23, 2024 18:08
@danieldietzler danieldietzler force-pushed the chore/esm-imports branch 2 times, most recently from 7bf3616 to 1de3521 Compare November 3, 2024 16:11
@danieldietzler danieldietzler merged commit 3931853 into main Nov 4, 2024
2 checks passed
@danieldietzler danieldietzler deleted the chore/esm-imports branch November 4, 2024 19:03
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

Successfully merging this pull request may close these issues.

2 participants