Fix typo
This commit is contained in:
parent
c93705e88f
commit
bf060da878
|
@ -28,7 +28,7 @@ class SilenceAlertsCommand private constructor(
|
|||
|
||||
override fun toString(): String {
|
||||
return "SilenceAlertsCommand{" +
|
||||
"alterTypes=" + alertTypes +
|
||||
"alertTypes=" + alertTypes +
|
||||
", nonce=" + nonce +
|
||||
", commandType=" + commandType +
|
||||
", uniqueId=" + uniqueId +
|
||||
|
|
Loading…
Reference in a new issue