The joke is better if 11 is last 🤘🏻

This commit is contained in:
Jason Zimdars
2025-06-05 14:00:35 -05:00
parent 2f78d1dd03
commit 01352d0785
+1 -1
View File
@@ -1,5 +1,5 @@
module EntropyHelper
def entropy_auto_close_options
[ 3, 7, 11, 30, 90, 365 ]
[ 3, 7, 30, 90, 365, 11 ]
end
end