Skip to content

Commit

Permalink
Fixed typo in published function
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed May 10, 2018
1 parent a4a2079 commit 9d52998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/HttpServerWidgets.rb
Expand Up @@ -3651,7 +3651,7 @@ def initSummaryText(key)
publish :function => :initVhostDetails, :type => "void (string)"
publish :function => :handleVhostDetails, :type => "symbol (string, map)"
publish :function => :storeVhostDetails, :type => "void (string, map)"
publish :function => :widgets, :type => "map <string, map <string, any>>"
publish :function => :widgets, :type => "map (string, map <string, any>)"
publish :function => :listen2item, :type => "term (map <string, any>, integer)"
end

Expand Down

0 comments on commit 9d52998

Please sign in to comment.