Chore: cleanup entity api from CodeQL scan (#64277)

cleanup
This commit is contained in:
Ryan McKinley
2023-03-07 07:54:25 -08:00
committed by GitHub
parent 68df83c86d
commit bb9ae04bd8
2 changed files with 3 additions and 8 deletions
@@ -5,7 +5,7 @@ import "strings"
type selectQuery struct {
fields []string // SELECT xyz
from string // FROM object
limit int
limit int64
oneExtra bool
where []string