Skip to content

Commit

Permalink
Fix stats_info code_change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jul 4, 2023
1 parent e06e9a6 commit 260c76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/db/embedded_impl/stats_info.ex
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ defmodule Archethic.DB.EmbeddedImpl.StatsInfo do
{:noreply, new_state}
end

def code_change("1.2.4", state, _extra) do
def code_change("1.2.3", state, _extra) do
{fd, new_state} = Map.pop(state, :fd)
File.close(fd)
{:ok, new_state}
Expand Down

0 comments on commit 260c76b

Please sign in to comment.