Skip to content

Commit d6a4a24

Browse files
Update common/persistence/visibility/store/sql/visibility_store.go
Co-authored-by: Rodrigo Zhou <[email protected]>
1 parent 6e93640 commit d6a4a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/persistence/visibility/store/sql/visibility_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ func (s *VisibilityStore) buildSelectStmt(
677677
return selectFilter, nil
678678
}
679679

680-
func (s *VisibilityStore) executeSelectStmtFromListWorkflowExecutionsRequestV2(
680+
func (s *VisibilityStore) executeSelectStmt(
681681
ctx context.Context,
682682
request *manager.ListWorkflowExecutionsRequestV2,
683683
selectFilter *sqlplugin.VisibilitySelectFilter,

0 commit comments

Comments
 (0)