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

feat: only create apps that are needed by a developer #553

Merged
merged 15 commits into from
May 6, 2024
Merged
Prev Previous commit
Next Next commit
fix: remove asana from currently available apps
Nabhag8848 committed May 3, 2024

Verified

This commit was signed with the committer’s verified signature.
florianduros Florian Duros
commit fad8cc79e7b2b8898d9fb5bf630133c765b619d3
5 changes: 0 additions & 5 deletions packages/client/src/features/integration/enums/metadata.ts
Original file line number Diff line number Diff line change
@@ -67,9 +67,4 @@ export const appsInfo = {
logo: 'https://res.cloudinary.com/dfcnic8wq/image/upload/v1711549311/Revert/cmqpors8m8tid9zpn9ak.png',
description: 'Configure your Bitbucket Ticketing App from here.',
},
asana: {
name: 'Asana',
logo: '',
description: 'Configure your Asana App from here.',
},
};