Skip to content

Commit 42f43f4

Browse files
committed
Don't need session decorator around get_related_collections
1 parent 2a5995a commit 42f43f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

calisphere/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ def item_view_carousel(request):
300300
repo_template = "https://registry.cdlib.org/api/v1/repository/{0}/"
301301

302302

303-
@cache_by_session_state
304303
def get_related_collections(request):
305304
index = request.session.get('index')
306305
if index == 'es':

0 commit comments

Comments
 (0)