mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix test
This commit is contained in:
parent
06c30e4f40
commit
ecc217deef
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export const setRuleResolver = authorized<
|
|||
)
|
||||
|
||||
if (input.enabled) {
|
||||
const options = getPubSubSubscriptionOptions(
|
||||
const options = await getPubSubSubscriptionOptions(
|
||||
user.id,
|
||||
input.name,
|
||||
input.filter,
|
||||
|
|
|
|||
Loading…
Reference in a new issue