Skip to content

Commit

Permalink
fix(clusters): fix linode-gc query (#1063)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
MasterPtato committed Aug 19, 2024
1 parent c477ba9 commit eb0223c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svc/pkg/linode/standalone/gc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ async fn run_for_linode_account(
"
UPDATE db_linode.server_images
SET complete_ts = $2
FROM db_linode.server_images
WHERE
image_id = ANY($1) AND
complete_ts IS NULL
Expand Down

0 comments on commit eb0223c

Please sign in to comment.