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(server): quick js to ts #3 - remaining branches resolver #3397

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

fabis94
Copy link
Contributor

@fabis94 fabis94 commented Oct 25, 2024

also tested the ones that are actually used in FE1

@@ -38,8 +37,7 @@ export const addBranchCreatedActivityFactory =
info: { branch },
message: `Branch created: ${branch.name} (${branch.id})`
}),
// @deprecated
Copy link
Contributor

Choose a reason for hiding this comment

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

Was the @deprecated annotation relevant and used by tooling? Do we need to retain it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not really, Alessandro added it to avoid having to type these old subscriptions but i've done it here anyway. besides, there's a bunch of other subscriptions that are also "deprecated" and don't have this tag

@fabis94 fabis94 merged commit c579e20 into main Oct 25, 2024
23 of 25 checks passed
@fabis94 fabis94 deleted the fabians/quick-js-to-ts-3 branch October 25, 2024 11:22
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