feat: schema tracking, SHA256 integrity, identity UUID fix, 3-angle face match, cuts table, trace stranger_id
This commit is contained in:
@@ -195,7 +195,7 @@ async fn list_identities(
|
||||
.into_iter()
|
||||
.map(|r| IdentityResponse {
|
||||
id: r.0,
|
||||
identity_uuid: r.1.to_string(),
|
||||
identity_uuid: r.1.to_string().replace('-', ""),
|
||||
name: r.2,
|
||||
metadata: r.3,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user