Skip to content

Commit

Permalink
fix(core): flow service caching on update (#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlp committed Mar 19, 2021
1 parent d00f541 commit 09a1787
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bp/core/services/dialog/flow/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ class FlowCache {
public upsertFlow(botId: string, flow: FlowView): void {
if (this._flows.has(botId)) {
this._flows.get(botId)!.set(flow.name, flow)
} else {
this.set(botId, [flow])
}
}

Expand Down

0 comments on commit 09a1787

Please sign in to comment.