Chore: remove seconds tracking inside of settings
This commit is contained in:
		| @@ -13,7 +13,7 @@ type PlayersRepo interface { | ||||
| 	PlayerAdd(ctx context.Context, player *models.Player) error | ||||
| 	PlayerUpdate(ctx context.Context, player *models.Player) error | ||||
| 	PlayerDelete(ctx context.Context, roomID, username string) error | ||||
| 	PlayerSetRoomID(ctx context.Context, username, roomID string) error | ||||
| 	PlayerSetRoomID(ctx context.Context, roomID, username string) error | ||||
| 	PlayerExitRoom(ctx context.Context, username string) error | ||||
| 	PlayerListNames(ctx context.Context) ([]string, error) | ||||
| 	PlayerList(ctx context.Context, isBot bool) ([]models.Player, error) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder