fix: Update new code with API that changed since branching from main

pull/24376/head
Carol (Nichols || Goulding) 2021-11-15 14:32:50 -05:00
parent cc693a780e
commit d759d98612
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ where
) -> Result<Response<AdoptDatabaseResponse>, Status> {
let AdoptDatabaseRequest { uuid } = request.into_inner();
let uuid = Uuid::from_slice(&uuid).field("uuid")?;
let uuid = Uuid::from_slice(&uuid).scope("uuid")?;
let db_name = self
.server