diff options
Diffstat (limited to 'rust/src')
-rw-r--r-- | rust/src/api_wrappers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/api_wrappers.rs b/rust/src/api_wrappers.rs index 3dec1c26..6c003802 100644 --- a/rust/src/api_wrappers.rs +++ b/rust/src/api_wrappers.rs @@ -996,7 +996,7 @@ impl Api for Server { bail!("not authorized to create editgroups in others' names"); } } - }, + } None => { entity.editor_id = Some(auth_context.editor_id.to_string()); } |