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

fix: LogReturn export #30

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

Keyrxng
Copy link
Contributor

@Keyrxng Keyrxng commented Aug 21, 2024

LogReturn was exported via export type and so TS was able to pickup the class through imports but as it's a class object and not a type runtime imports would fail because it was never exported as such.

my first approval-less merge considering the change made

@Keyrxng Keyrxng changed the title chore: fix LogReturn export fix: LogReturn export Aug 21, 2024
@Keyrxng Keyrxng merged commit d006c8c into ubiquity-os:development Aug 21, 2024
2 checks passed
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.

1 participant