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(api): fixed deletion + origin bug #6663

Merged
merged 3 commits into from
Oct 10, 2024
Merged

Conversation

tatarco
Copy link
Contributor

@tatarco tatarco commented Oct 9, 2024

What changed? Why was the change needed?

had an issue of sync deleting workflows + origin not populating, both resolved.

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

netlify bot commented Oct 9, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit 68731b0
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/67079d0c9999050008af6fa6
😎 Deploy Preview https://deploy-preview-6663--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@djabarovgeorge djabarovgeorge left a comment

Choose a reason for hiding this comment

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

amazing work :)

@@ -74,13 +74,13 @@ export class Sync {
});
}

const createdWorkflows = await this.createWorkflows(command, discover.workflows);
const persistedWorkflowsInBridge = await this.createWorkflows(command, discover.workflows);
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not sure if the term makes sense as it is persisted both in the bridge and novu database, in this context it is related to the novu database.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

persisted reffers to the database

@tatarco tatarco merged commit 673346b into next Oct 10, 2024
38 checks passed
@tatarco tatarco deleted the fix-workflows-deleted-issue branch October 10, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants