Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3509651
D4682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
480 B
Referenced Files
None
Subscribers
None
D4682.diff
View Options
diff --git a/services/identity/src/database.rs b/services/identity/src/database.rs
--- a/services/identity/src/database.rs
+++ b/services/identity/src/database.rs
@@ -468,7 +468,7 @@
attribute_value: Option<AttributeValue>,
) -> Result<String, DBItemError> {
match attribute_value {
- Some(AttributeValue::S(user_id)) => Ok(user_id),
+ Some(AttributeValue::S(value)) => Ok(value),
Some(_) => Err(DBItemError::new(
attribute_name,
attribute_value,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 7:04 AM (5 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690524
Default Alt Text
D4682.diff (480 B)
Attached To
Mode
D4682: [services] fix variable name
Attached
Detach File
Event Timeline
Log In to Comment