fix snapshot uuid

This commit is contained in:
Nick Sweeting
2024-08-18 01:07:21 -07:00
parent 8c50257fe9
commit 57d31b2b14
4 changed files with 12 additions and 6 deletions

View File

@@ -274,7 +274,7 @@ class Link:
@cached_property
def snapshot_uuid(self):
return str(self.snapshot.uuid)
return str(self.snapshot.id)
@cached_property
def snapshot_abid(self):