Skip to content

Commit

Permalink
[fix]tools-v2: add version in function NewQuerySubUri
Browse files Browse the repository at this point in the history
Signed-off-by: baytan0720 <baytan2@hotmail.com>
  • Loading branch information
baytan0720 authored and caoxianfei1 committed Nov 3, 2023
1 parent 8a063e8 commit 1867323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools-v2/internal/utils/snapshot/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ import (
)

func NewQuerySubUri(params map[string]any) string {
params[QueryVersion] = Version

values := strings.Builder{}
for key, value := range params {
if value != "" && value != nil {
Expand Down

0 comments on commit 1867323

Please sign in to comment.