Skip to content

Commit

Permalink
fix: rename log pii config value
Browse files Browse the repository at this point in the history
  • Loading branch information
lenisko committed Sep 14, 2023
1 parent 7e1c66b commit 7cde818
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 7cde818

Please sign in to comment.