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