Skip to content

Commit

Permalink
[!] fix #118 add id for source and target
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Mar 18, 2024
1 parent d5b21ab commit 63b4079
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controller/tigergraphql/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ impl IdentityRecord {
current
}

async fn id(&self) -> String {
self.v_id().clone()
}

/// UUID of this record. Generated by us to provide a better
/// global-uniqueness for future P2P-network data exchange
/// scenario.
Expand Down

0 comments on commit 63b4079

Please sign in to comment.