work in progress for message queue

This commit is contained in:
Matthew R Kasun
2022-01-02 16:02:59 +00:00
parent 7b6d253aea
commit aad4e44e73
2 changed files with 3 additions and 5 deletions

View File

@@ -215,8 +215,3 @@ func Daemon() error {
err := functions.Daemon()
return err
}
func Daemon() error {
err := functions.Daemon()
return err
}