Skip to content

Commit

Permalink
refactor: Rename method all_replay to replay_sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jun 28, 2024
1 parent 09e8e44 commit 23eeaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/caido/helpers/replay.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def replay_session(id)
}")['replaySession']
end

def all_replay
def replay_sessions
sessions_data = []
collections = query('query {
replaySessionCollections{
Expand Down

0 comments on commit 23eeaf6

Please sign in to comment.