aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-27 12:05:05 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-10-27 12:05:05 +0300
commitb6c88fb17eeffa345a36c82b691f6ff4a6f629b1 (patch)
tree19cd2b7a35965c9ba018bcddbd4db874e42c534e
parentDon't store xdata() in Mnesia table (diff)
Fix typespec
Diffstat (limited to '')
-rw-r--r--include/mod_push.hrl2
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()}).