Skip to content

Commit 332ce0d

Browse files
authored
Fix default dependencies.json config file (#17)
Updates the dependencies.json file to match the new API, the current config causes errors when setting up an instance
1 parent 3e239d3 commit 332ce0d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config/dependencies.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[
22
{
3-
"autoActivateOnIdentityCreation": true,
43
"name": "SourceCred",
5-
"periods": [
6-
{"startTime": "2020-09-20", "weight": 0.05}
7-
]
4+
"periods": [],
5+
"autoActivateOnIdentityCreation": true,
6+
"autoInjectStartingPeriodWeight": 0.05
87
}
98
]

0 commit comments

Comments
 (0)