Skip to content

Commit 1825c4a

Browse files
brandoncctrombley
authored andcommitted
fix finished state string
1 parent 28efb42 commit 1825c4a

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
@@ -95,7 +95,7 @@ const (
9595
QueryRunPending QueryRunStatus = "pending"
9696
QueryRunQueuing QueryRunStatus = "queued"
9797
QueryRunRunning QueryRunStatus = "running"
98-
QueryRunFinished QueryRunStatus = "queuing_apply"
98+
QueryRunFinished QueryRunStatus = "finished"
9999
)
100100

101101
// List all available run sources.

0 commit comments

Comments
 (0)