Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jun 10, 2024
1 parent 8ac558d commit fe1eb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Spellbook/Helper/CDN_Checker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package Spellbook::Helper::CDN_Checker {

if ($request -> code == 200) {
my $data = decode_json($request -> content);
my $content = $data -> {"cdn"};
my $content = $data -> {"cdn"}; # we have others options

for (keys %{$content}) {
for (@{$content -> {$_}}) {
Expand Down

0 comments on commit fe1eb02

Please sign in to comment.