Sfoglia il codice sorgente

fix: make bpapi check happy

JimMoen 1 anno fa
parent
commit
43ac4f5dfe
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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
 ]).
 
+%% RPC call
+-export([get_tar/1]).
+
 %% Internal export
 -export([do_ensure_started/1]).
 %% for test cases