invert logs

This commit is contained in:
mbecker20
2024-06-15 00:28:04 -07:00
parent 1dc22d01c4
commit 2d3beb708e
5 changed files with 21 additions and 10 deletions

View File

@@ -121,6 +121,7 @@ impl Resolve<SearchLog, User> for State {
deployment,
terms,
combinator,
invert,
}: SearchLog,
user: User,
) -> anyhow::Result<Log> {
@@ -143,7 +144,7 @@ impl Resolve<SearchLog, User> for State {
name,
terms,
combinator,
invert: false,
invert,
})
.await
.context("failed at call to periphery")