pub async fn list(
req: SyncHistoryRequest<'_>,
user: User,
db: impl Database + Clone + Send + Sync
) -> JSONResult<ErrorResponseStatus<'static>>
pub async fn list(
req: SyncHistoryRequest<'_>,
user: User,
db: impl Database + Clone + Send + Sync
) -> JSONResult<ErrorResponseStatus<'static>>