mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix tests
This commit is contained in:
parent
2169ade48f
commit
f0dc9b7d13
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export const setIntegrationResolver = authorized<
|
|||
id: existingIntegration.id,
|
||||
enabled: input.enabled,
|
||||
token: input.token,
|
||||
taskName: existingIntegration.taskName,
|
||||
}
|
||||
} else {
|
||||
// Create
|
||||
|
|
|
|||
Loading…
Reference in a new issue