Skip to content

Commit

Permalink
fix:conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyRL committed Nov 5, 2024
1 parent b5d1980 commit 1aa2927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ import (
)

type Cache struct {
client *redis.Client
Classroom *classroom.CacheClassroom
Paper *paper.CachePaper
LaunchScreen *launch_screen.CacheLaunchScreen
client *redis.Client
Classroom *classroom.CacheClassroom
Paper *paper.CachePaper
LaunchScreen *launch_screen.CacheLaunchScreen
}

func NewCache(client *redis.Client) *Cache {
Expand Down

0 comments on commit 1aa2927

Please sign in to comment.