revert broadcast status.

This commit is contained in:
Miroslav Šedivý
2020-11-30 17:27:11 +01:00
parent 8f9671689f
commit def6248ca7
2 changed files with 13 additions and 19 deletions

View File

@ -52,7 +52,7 @@ const (
)
const (
BORADCAST_STATUS = "broadcast/status" // TODO: Remove.
BORADCAST_STATUS = "broadcast/status"
BORADCAST_CREATE = "broadcast/create" // TODO: Remove.
BORADCAST_DESTROY = "broadcast/destroy" // TODO: Remove.
)