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

Commit bd1ff36

Browse files
committed
Fix last synced prop name
Signed-off-by: Nick Gerace <nick@systeminit.com>
1 parent e8d9f65 commit bd1ff36

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
@@ -367,10 +367,10 @@ impl RootProp {
367367
)
368368
.await?;
369369

370-
// /root/resource/payload
370+
// /root/resource/last_synced
371371
let _resource_last_synced_prop = Prop::new(
372372
ctx,
373-
"resource_last_synced_prop",
373+
"last_synced",
374374
PropKind::String,
375375
true,
376376
None,

0 commit comments

Comments
 (0)