Skip to content

Commit

Permalink
Return the prefix, unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Nov 26, 2024
1 parent 879d5b2 commit 4d3ef6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remove_chartable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def chartable_feeds
def add_swap_fm(prefix)
if prefix.include?(SWAP_FM_PREFIX)
puts "add_swap_fm: swap.fm prefix already present"
return
return prefix
end

fixed = (prefix || "").gsub(/https:\//, "")
Expand Down

0 comments on commit 4d3ef6a

Please sign in to comment.