wip(#3001): catch the multi-line .insert( chains the grep missed
This commit is contained in:
parent
fe52037b0d
commit
dfb88e2dc2
3 changed files with 6 additions and 6 deletions
|
|
@ -158,7 +158,7 @@ pub(super) async fn post_tool_groups(
|
|||
state
|
||||
.coord
|
||||
.job_queue
|
||||
.insert(|b| {
|
||||
.insert_job(|b| {
|
||||
crate::job_queue::templates::perm_change(
|
||||
b,
|
||||
&logical,
|
||||
|
|
@ -273,7 +273,7 @@ pub(super) async fn post_capabilities(
|
|||
state
|
||||
.coord
|
||||
.job_queue
|
||||
.insert(|b| {
|
||||
.insert_job(|b| {
|
||||
crate::job_queue::templates::perm_change(
|
||||
b,
|
||||
&logical,
|
||||
|
|
@ -374,7 +374,7 @@ pub(super) async fn post_permissions(
|
|||
state
|
||||
.coord
|
||||
.job_queue
|
||||
.insert(|b| {
|
||||
.insert_job(|b| {
|
||||
crate::job_queue::templates::perm_change(
|
||||
b,
|
||||
&logical,
|
||||
|
|
|
|||
Loading…
Reference in a new issue