Skip to content

Commit a7d807e

Browse files
committed
fix: one more typo
1 parent 8e7637a commit a7d807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_metadata_viz/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def _get_metadata(test_mode=False) -> pd.DataFrame:
298298
record_list = docdb_api_client.retrieve_docdb_records(
299299
filter_query={},
300300
projection={
301-
"data_description.modality": 1,
301+
"data_description.modalities": 1,
302302
"name": 1,
303303
"_id": 1,
304304
"location": 1,

0 commit comments

Comments
 (0)