fix: make bpapi check happy

This commit is contained in:
JimMoen 2024-04-26 21:17:01 +08:00
parent 5ff4e76904
commit 43ac4f5dfe
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -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