Skip to content

Commit 06c2d57

Browse files
authored
fix storeview errors status type (#344)
1 parent a27d8fe commit 06c2d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ type StoreViewIndex struct {
384384
type StoreViewErrors struct {
385385
ProjectName string `json:"projectName"`
386386
LogStore string `json:"logstore"`
387-
Status string `json:"status"`
387+
Status int `json:"status"`
388388
Message string `json:"message"`
389389
}
390390

0 commit comments

Comments
 (0)