small change to datasets to kick off the build

This commit is contained in:
dal 2025-09-22 07:27:10 -06:00
parent e07dacd089
commit c9f5a64999
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ pub async fn list_datasets(
}
};
Ok(ApiResponse::JsonData(datasets))
}