Add mod_doc/0 to mod_presence_demo.ex so compiler stops complaining

This commit is contained in:
Badlop 2021-03-09 18:33:35 +01:00
parent 33fc320f1d
commit 14d82fa600
1 changed files with 5 additions and 1 deletions

View File

@ -25,5 +25,9 @@ defmodule ModPresenceDemo do
def mod_options(_host) do
[]
end
def mod_doc() do
%{:desc => 'This is just a demonstration.'}
end
end