Skip to content

Commit c243669

Browse files
Updated params in a function
1 parent 379ba48 commit c243669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/session/socket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (m *Manager) handleWebSocketCommands(conn *websocket.Conn, username, sessio
5252
}
5353
case CtxStreamUserTransactions:
5454
/* push user transactions */
55-
if err := m.sendCurrentUserTransactions(conn, username, sessionID, 100); err != nil {
55+
if err := m.sendCurrentUserTransactions(conn, sessionID, 100); err != nil {
5656
m.errCh <- fmt.Errorf("failed to send current list of transactions on command: %w", err)
5757
}
5858
case CtxStreamUserArchiveSession:

0 commit comments

Comments
 (0)