diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2017-10-27 12:05:05 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2017-10-27 12:05:05 +0300 |
commit | b6c88fb17eeffa345a36c82b691f6ff4a6f629b1 (patch) | |
tree | 19cd2b7a35965c9ba018bcddbd4db874e42c534e | |
parent | Don't store xdata() in Mnesia table (diff) |
Fix typespec
Diffstat (limited to '')
-rw-r--r-- | include/mod_push.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_push.hrl b/include/mod_push.hrl index f8c98b3f3..9ca6af05d 100644 --- a/include/mod_push.hrl +++ b/include/mod_push.hrl @@ -21,4 +21,4 @@ timestamp = p1_time_compat:timestamp() :: erlang:timestamp(), service = {<<"">>, <<"">>, <<"">>} :: ljid(), node = <<"">> :: binary(), - xml = undefined :: xmlel()}). + xml :: undefined | xmlel()}). |