mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Remove unused variable
This commit is contained in:
@@ -120,7 +120,6 @@ macro get_and_save_sort_opt(dir)
|
|||||||
|
|
||||||
sort_opt = SortOptions.new sort_method, is_ascending
|
sort_opt = SortOptions.new sort_method, is_ascending
|
||||||
|
|
||||||
key = "#{{{dir}}}:#{username}:sort_opt"
|
|
||||||
TitleInfo.new {{dir}} do |info|
|
TitleInfo.new {{dir}} do |info|
|
||||||
info.sort_by[username] = sort_opt.to_tuple
|
info.sort_by[username] = sort_opt.to_tuple
|
||||||
info.save
|
info.save
|
||||||
|
|||||||
Reference in New Issue
Block a user