This commit is contained in:
Bart Sopers 2021-02-28 18:42:17 +01:00
parent c93705e88f
commit bf060da878

View file

@ -28,7 +28,7 @@ class SilenceAlertsCommand private constructor(
override fun toString(): String {
return "SilenceAlertsCommand{" +
"alterTypes=" + alertTypes +
"alertTypes=" + alertTypes +
", nonce=" + nonce +
", commandType=" + commandType +
", uniqueId=" + uniqueId +