-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
✅ Deploy Preview for novu-stg-vite-dashboard-poc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing work :)
libs/application-generic/src/usecases/create-workflow/create-workflow.usecase.ts
Outdated
Show resolved
Hide resolved
libs/dal/src/repositories/notification-template/notification-template.schema.ts
Outdated
Show resolved
Hide resolved
@@ -74,13 +74,13 @@ export class Sync { | |||
}); | |||
} | |||
|
|||
const createdWorkflows = await this.createWorkflows(command, discover.workflows); | |||
const persistedWorkflowsInBridge = await this.createWorkflows(command, discover.workflows); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
…orkflow.usecase.ts
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