Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit ee2408a

Browse files
merge: #3499
3499: Fix last synced prop name (ENG-2436) r=nickgerace a=nickgerace <img src="https://media0.giphy.com/media/9J8PGEd27f1SjaAhAX/giphy.gif"/> Co-authored-by: Nick Gerace <nick@systeminit.com>
2 parents cf5aae1 + bd1ff36 commit ee2408a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/dal/src/schema/variant/root_prop.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,10 @@ impl RootProp {
363363
)
364364
.await?;
365365

366-
// /root/resource/payload
366+
// /root/resource/last_synced
367367
let _resource_last_synced_prop = Prop::new(
368368
ctx,
369-
"resource_last_synced_prop",
369+
"last_synced",
370370
PropKind::String,
371371
true,
372372
None,

0 commit comments

Comments
 (0)