Feat: remove rooms with no action
This commit is contained in:
@ -26,7 +26,6 @@ type RepoProvider struct {
|
||||
DB *sqlx.DB
|
||||
mu sync.RWMutex
|
||||
pathToDB string
|
||||
CardMarksRepo
|
||||
}
|
||||
|
||||
func NewRepoProvider(pathToDB string) *RepoProvider {
|
||||
@ -44,7 +43,6 @@ func NewRepoProvider(pathToDB string) *RepoProvider {
|
||||
rp := &RepoProvider{
|
||||
DB: db,
|
||||
pathToDB: pathToDB,
|
||||
CardMarksRepo: NewCardMarksRepo(db),
|
||||
}
|
||||
|
||||
go rp.pingLoop()
|
||||
|
Reference in New Issue
Block a user