Skip to content

Commit

Permalink
Merge pull request #848 from lenisko/develop
Browse files Browse the repository at this point in the history
fix: rename log pii config value
  • Loading branch information
TurtIeSocks authored Sep 15, 2023
2 parents 7e1c66b + 7cde818 commit 5940faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/DiscordClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DiscordClient {
scanNext: strategy.scanNextLogChannelId,
scanZone: strategy.scanZoneLogChannelId,
}
this.loggingChannelHidePii = strategy.loggingChannelHidePii
this.loggingChannelHidePii = strategy.logChannelHidePii
this.perms = config.getSafe('authentication.perms')
this.alwaysEnabledPerms = config.getSafe(
'authentication.alwaysEnabledPerms',
Expand Down

0 comments on commit 5940faa

Please sign in to comment.