Skip to content

Commit 30128d3

Browse files
added todo for updating toDashboardView
1 parent 1757a42 commit 30128d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/session/interact.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ func (m *Manager) refreshTimer(username string) error {
136136
return nil
137137
}
138138

139+
/* TODO: toDashoardView must be completed changes to fetch data from Redis only */
140+
139141
/* convert session information into frontend safe structure */
140142
func (m *Manager) toDashboardView(username string) (SessionView, error) {
141143
/* thread safety for the manager */

0 commit comments

Comments
 (0)