Skip to content

Commit

Permalink
feat: Remove plugin startup check
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantLiu committed Jan 20, 2022
1 parent 240529c commit 76785e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dgiot/src/utils/dgiot_license.erl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ check_plugin(Name) ->
<<"dgiot_apihub">> ->
true;
<<"dgiot_", _/binary>> ->
dgiot_license:check();
%% dgiot_license:check();
true;
_ ->
true
end.
Expand Down

0 comments on commit 76785e6

Please sign in to comment.