From b6c88fb17eeffa345a36c82b691f6ff4a6f629b1 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Fri, 27 Oct 2017 12:05:05 +0300 Subject: [PATCH] Fix typespec --- include/mod_push.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}).