fix: Remove stale unlock cast

This commit is contained in:
Yaroslav Rogov 2021-06-23 11:16:40 +03:00
parent 597d77a690
commit c6f09fd640
No known key found for this signature in database
GPG Key ID: 5159F2A85653816B

View File

@ -154,7 +154,6 @@ get_last_version() ->
update() ->
case call(update) of
{fetched, Version} ->
cast({unlock, Version, self()}),
{ok, Version};
AsIs ->
AsIs