Skip to content

Commit

Permalink
Return string instead of object
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Jan 8, 2025
1 parent 371eaf7 commit e62bf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pf/config/crypt/object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sub THAW {
$data = pf::config::crypt::pf_decrypt($data);
}

return pf::config::crypt::string->new($data);
return $data;
}

sub TO_JSON {
Expand Down

0 comments on commit e62bf0e

Please sign in to comment.