Skip to content

Commit a142b3e

Browse files
NathanFlurryMasterPtato
authored andcommitted
fix(pegboard): create missing normal runner configs
1 parent c04f763 commit a142b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/packages/pegboard/src/ops/runner_config/ensure_normal_if_missing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub async fn pegboard_runner_config_ensure_normal_if_missing(
2020
})
2121
.await?;
2222

23-
if !pool_res.is_empty() {
23+
if pool_res.is_empty() {
2424
ctx.op(crate::ops::runner_config::upsert::Input {
2525
namespace_id: input.namespace_id,
2626
name: input.name.clone(),

0 commit comments

Comments
 (0)