Browse Source

fix: make bpapi check happy

JimMoen 1 year atrás
parent
commit
43ac4f5dfe
1 changed files with 3 additions and 0 deletions
  1. 3 0
      apps/emqx_plugins/src/emqx_plugins.erl

+ 3 - 0
apps/emqx_plugins/src/emqx_plugins.erl

@@ -75,6 +75,9 @@
     post_config_update/5
     post_config_update/5
 ]).
 ]).
 
 
+%% RPC call
+-export([get_tar/1]).
+
 %% Internal export
 %% Internal export
 -export([do_ensure_started/1]).
 -export([do_ensure_started/1]).
 %% for test cases
 %% for test cases