pub async fn catalog_sync_status(
db: State<'_, DatabaseWrapper>,
) -> Result<CatalogSyncStatus, String>Expand description
Report the last-synced timestamp so the UI can show a hint / decide whether to trigger a fresh sync.
pub async fn catalog_sync_status(
db: State<'_, DatabaseWrapper>,
) -> Result<CatalogSyncStatus, String>Report the last-synced timestamp so the UI can show a hint / decide whether to trigger a fresh sync.