Skip to content

Commit 8acbac9

Browse files
committed
Update mod.rs
1 parent af56774 commit 8acbac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/router/src/pipeline/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub async fn execute_pipeline(
140140
Some(OperationKind::Subscription) => "subscription",
141141
None => "query",
142142
},
143-
query: query.to_owned(),
143+
query: query.clone(),
144144
},
145145
}
146146
})

0 commit comments

Comments
 (0)