karma -> karmaThresholds

This commit is contained in:
Wyatt Johnson
2018-05-24 13:57:26 -06:00
parent 8f51b07388
commit a046162f9c
5 changed files with 16 additions and 9 deletions
+3 -2
View File
@@ -897,8 +897,9 @@ type Settings {
# domains will return a given list of domains.
domains: Domains
# karma contains the currently set thresholds for triggering Trust beheviour.
karma: KarmaThresholds
# karmaThresholds contains the currently set thresholds for triggering Trust
# beheviour.
karmaThresholds: KarmaThresholds
}
################################################################################