Skip to content

Commit 489a6a1

Browse files
committed
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
1 parent fc4d0fc commit 489a6a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/pipeline-manager/src/db/operations/pipeline_monitor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ pub(crate) async fn new_pipeline_monitor_event(
278278
WHERE e1.id NOT IN ( \
279279
SELECT e2.id \
280280
FROM pipeline_monitor_event AS e2 \
281-
WHERE tenant_id = $1 AND pipeline_id = $2
281+
WHERE tenant_id = $1 AND pipeline_id = $2
282282
ORDER BY e2.recorded_at DESC, e2.id DESC \
283283
LIMIT $3 \
284-
) AND tenant_id = $1 AND pipeline_id = $2
284+
) AND tenant_id = $1 AND pipeline_id = $2
285285
",
286286
)
287287
.await?;

0 commit comments

Comments
 (0)