-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually close onboarding for archived pools
- Loading branch information
1 parent
8efd95b
commit f7f6120
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,8 +75,8 @@ | |
"issuerEmail": "[email protected]", | ||
"repName": "Nicholas Garcia", | ||
"newInvestmentsStatus": { | ||
"senior": "open", | ||
"junior": "request" | ||
"senior": "closed", | ||
"junior": "closed" | ||
}, | ||
"isArchived": true | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,8 +72,8 @@ | |
"issuerEmail": "[email protected]", | ||
"repName": "Bryan Maloney", | ||
"newInvestmentsStatus": { | ||
"senior": "open", | ||
"junior": "request" | ||
"senior": "closed", | ||
"junior": "closed" | ||
}, | ||
"isArchived": true | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,8 +66,8 @@ | |
"issuerEmail": "[email protected]", | ||
"repName": "Fabien Dureuil", | ||
"newInvestmentsStatus": { | ||
"senior": "open", | ||
"junior": "request" | ||
"senior": "closed", | ||
"junior": "closed" | ||
}, | ||
"isArchived": true | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,8 @@ | |
"issuerEmail": "[email protected]", | ||
"repName": "Ernesto Vila", | ||
"newInvestmentsStatus": { | ||
"senior": "open", | ||
"junior": "request" | ||
"senior": "closed", | ||
"junior": "closed" | ||
}, | ||
"isArchived": true | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,8 +59,8 @@ | |
"issuerEmail": "[email protected]", | ||
"repName": "Robert Torti", | ||
"newInvestmentsStatus": { | ||
"senior": "open", | ||
"junior": "request" | ||
"senior": "closed", | ||
"junior": "closed" | ||
}, | ||
"isArchived": true | ||
} | ||
|