Skip to content

Commit 3266499

Browse files
brandoncctrombley
authored andcommitted
rename QueryRunQueuing -> QueryRunQueued
1 parent 1825c4a commit 3266499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query_runs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const (
9393
QueryRunCanceled QueryRunStatus = "canceled"
9494
QueryRunErrored QueryRunStatus = "errored"
9595
QueryRunPending QueryRunStatus = "pending"
96-
QueryRunQueuing QueryRunStatus = "queued"
96+
QueryRunQueued QueryRunStatus = "queued"
9797
QueryRunRunning QueryRunStatus = "running"
9898
QueryRunFinished QueryRunStatus = "finished"
9999
)

0 commit comments

Comments
 (0)