Skip to content

Commit b338772

Browse files
committed
Use db.zalsa
1 parent 3172547 commit b338772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracked_struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ where
740740
input: Id,
741741
revision: Revision,
742742
) -> MaybeChangedAfter {
743-
let (zalsa, _) = db.zalsas();
743+
let zalsa = db.zalsa();
744744
let data = Self::data(zalsa.table(), input);
745745

746746
MaybeChangedAfter::from(data.created_at > revision)

0 commit comments

Comments
 (0)