fix(emqx): export do_deliver/2 for emqx_sn

This commit is contained in:
Shawn 2021-04-10 10:59:52 +08:00 committed by turtleDeng
parent 70da59c3bb
commit 927264d793
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@
, terminate/2
]).
%% Export for emqx_sn
-export([do_deliver/2]).
%% Exports for CT
-export([set_field/3]).