Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
updates the CITP study id to [email protected] (#…
Browse files Browse the repository at this point in the history
…643)

* updates the CITP study id to [email protected]

* CHANGELOG.md
  • Loading branch information
hamilton authored Jun 8, 2021
1 parent 43cdcf8 commit 79b020d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* [#624](https://github.com/mozilla-rally/rally-core-addon/pull/624): Update the `income` field to use the key `exactIncome`; update `metrics.yaml` to change `income` to `exact_income` of type `quantity`.
* [#636](https://github.com/mozilla-rally/rally-core-addon/pull/636): Remove undefined values from demographic survey submission.
* [#643](https://github.com/mozilla-rally/rally-core-addon/pull/643): Update the CITP study id to `[email protected]`.

# v1.3.1 (2021-05-20)

Expand Down
2 changes: 1 addition & 1 deletion src/routes/irbs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PrincetonCovidDisinformationIRB from "./PrincetonCovidDisinformationIRB.s
import RS01Consent from "./RS01Consent.svelte";

export default {
"rally.news.study@princeton.edu": PrincetonCovidDisinformationIRB,
"princeton-news-study@rally.mozilla.org": PrincetonCovidDisinformationIRB,
"[email protected]": RS01Consent
}
2 changes: 1 addition & 1 deletion stories/flow/MainFlowView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const nicerStudy = {
}
const mockAcademicPartnerStudy = {
addonId: 'rally.news.study@princeton.edu',
addonId: 'princeton-news-study@rally.mozilla.org',
name: "Generic Collaborator Study",
authors: {
name: "Generic Collaborator University"
Expand Down

0 comments on commit 79b020d

Please sign in to comment.