Skip to content

Commit bb0f048

Browse files
authored
Merge pull request #324 from MITLibraries/TIMX-550-new-aliases
Add libguides and researchdatabases aliases
2 parents 72d55c4 + 503a00f commit bb0f048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Config:
1616
GIS_SOURCES = ("gismit", "gisogm")
1717
INDEX_ALIASES: ClassVar = {
1818
"rdi": ["jpal", "whoas", "zenodo"],
19-
"timdex": ["alma", "aspace", "dspace"],
19+
"timdex": ["alma", "aspace", "dspace", "libguides", "researchdatabases"],
2020
"geo": GIS_SOURCES,
2121
}
2222
REQUIRED_FIELDS = ("next-step", "run-date", "run-type", "source")

0 commit comments

Comments
 (0)