fix namespace of subscript keyword

This commit is contained in:
2023-03-16 20:09:32 +07:00
parent e4c4752cf5
commit 7060adacaf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
module CommUtils
# request and respond cannot be exported because Genie confuse
export mqttClient, publish, request, respond
export mqttClient, publish, request, respond, mqttRun
include("interface.jl")