fix regression from 0cffb3c8

This commit is contained in:
Michael Hohn
2024-06-27 14:05:28 -07:00
committed by =Michael Hohn
parent 17bf9049e4
commit c54bda8432
2 changed files with 15 additions and 47 deletions

View File

@@ -9,17 +9,9 @@ import (
)
type SessionInfo struct {
// TODO verify: these fields are never used
// Owner string
// ControllerRepo string
// Repositories []common.NameWithOwner
// OverLimitRepos []common.NameWithOwner
// AnalysisRepos *map[common.NameWithOwner]qldbstore.CodeQLDatabaseLocation
ID int
QueryPack string
Language string
ID int
QueryPack string
Language string
AccessMismatchRepos []common.NameWithOwner
NotFoundRepos []common.NameWithOwner
NoCodeqlDBRepos []common.NameWithOwner