Skip to content

Commit fb39170

Browse files
committed
hotfix: left some debugging a while ago
1 parent a288e01 commit fb39170

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

bridge/usercache.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ import (
55
"time"
66
)
77

8-
type User struct {
9-
ID string
10-
Name string
11-
// Add other fields as needed
12-
}
13-
148
type Cache struct {
159
data map[string]TwitterUser
1610
mutex sync.RWMutex

0 commit comments

Comments
 (0)