From a7dda52e31fae15da11708a649aa3d27e6aa8d1c Mon Sep 17 00:00:00 2001 From: Egor Mikhnevich Date: Sat, 21 Mar 2026 12:24:52 +0100 Subject: [PATCH] Fix registry ets timestamp purging --- lib/hex/registry/server.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hex/registry/server.ex b/lib/hex/registry/server.ex index b4c47a30..14f748ed 100644 --- a/lib/hex/registry/server.ex +++ b/lib/hex/registry/server.ex @@ -313,8 +313,8 @@ defmodule Hex.Registry.Server do {{{:outer_checksum, :"$1", :"$2", :"$3"}, :_}, [{:"=:=", {:const, repo}, :"$1"}], [true]}, {{{:retired, :"$1", :"$2", :"$3"}, :_}, [{:"=:=", {:const, repo}, :"$1"}], [true]}, {{{:registry_etag, :"$1", :"$2"}, :_}, [{:"=:=", {:const, repo}, :"$1"}], [true]}, - {{{:timetamp, :"$1", :"$2"}, :_}, [{:"=:=", {:const, repo}, :"$1"}], [true]}, - {{{:timetamp, :"$1", :"$2", :"$3"}, :_}, [{:"=:=", {:const, repo}, :"$1"}], [true]}, + {{{:timestamp, :"$1", :"$2"}, :_}, [{:"=:=", {:const, repo}, :"$1"}], [true]}, + {{{:timestamp, :"$1", :"$2", :"$3"}, :_}, [{:"=:=", {:const, repo}, :"$1"}], [true]}, {:_, [], [false]} ] end