Skip to main content

sync_get_pending

Function sync_get_pending 

Source
pub async fn sync_get_pending(
    db: State<'_, DatabaseWrapper>,
    user_id: String,
    limit: Option<i32>,
) -> Result<Vec<SyncQueueItem>, String>
Expand description

Get all pending sync operations for a user