Skip to content

Commit 36624a4

Browse files
author
Gene Hynson
authored
fix(sub): remove flowVersion before update (#4565)
1 parent 1a596f3 commit 36624a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/types/subscriptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export interface Subscription {
2727
tokenID?: string
2828
token?: string
2929
isActive?: string
30+
flowVersion?: number
3031
}
3132

3233
export interface JsonSpec {

src/writeData/subscriptions/utils/form.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export const sanitizeUpdateForm = (form: Subscription): Subscription => {
131131
delete form.tokenID
132132
delete form.isActive
133133
delete form.status
134+
delete form.flowVersion
134135
return form
135136
}
136137

0 commit comments

Comments
 (0)