diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-02 11:19:46 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-02 11:19:46 +0200 |
commit | f0e169cbfdeffb96cc03153fd5b607fb00a1c63d (patch) | |
tree | 120e2cfb641af3ca4bf11ffc0dc777279702ffe1 /lib | |
parent | 7b8584473bb7946affbb73dba5116103864ab6d1 (diff) |
Profile: remove journeys from JSON fornow2.6.13
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Travelynx/Controller/Profile.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Travelynx/Controller/Profile.pm b/lib/Travelynx/Controller/Profile.pm index b2b6e03..a5f394f 100755 --- a/lib/Travelynx/Controller/Profile.pm +++ b/lib/Travelynx/Controller/Profile.pm @@ -159,7 +159,6 @@ sub profile { uid => $user->{id}, bio => $profile->{bio}{html}, metadata => $profile->{metadata}, - journeys => [@journeys], } }, any => { |