fix(emqx): export do_deliver/2 for emqx_sn
This commit is contained in:
parent
70da59c3bb
commit
927264d793
|
@ -48,6 +48,9 @@
|
|||
, terminate/2
|
||||
]).
|
||||
|
||||
%% Export for emqx_sn
|
||||
-export([do_deliver/2]).
|
||||
|
||||
%% Exports for CT
|
||||
-export([set_field/3]).
|
||||
|
||||
|
|
Loading…
Reference in New Issue