Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Sep 15, 2022
1 parent 265a657 commit a9482c3
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ class Config:
"accessRights": {"read": True, "write": True, "delete": True},
},
{
"gid": "5",
"label": "SPARC",
"gid": 5,
"label": "SPARCi",
"description": "Stimulating Peripheral Activity to Relieve Conditions",
"thumbnail": "https://commonfund.nih.gov/sites/default/files/sparc-image-homepage500px.png",
"inclusionRules": {"email": r"@(sparc)+\.(io|com)$"},
"thumbnail": "https://placekitten.com/15/15",
"inclusionRules": {"email": r"@(sparc)+\.(io|com|us)$"},
"accessRights": {"read": True, "write": True, "delete": True},
},
]
}
Expand Down

0 comments on commit a9482c3

Please sign in to comment.