Skip to content

Commit

Permalink
Remove unused SubStatus on virtual file system
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Dec 17, 2024
1 parent 7dcaa7d commit c54770c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion virtual_file_system_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ type VirtualFileSystemStorage struct {
Region string `json:"region"`
DateCreated string `json:"date_created"`
Status string `json:"status"`
SubStatus string `json:"sub_status"`
Label string `json:"label"`
Tags []string `json:"tags"`
DiskType string `json:"disk_type"`
Expand Down

0 comments on commit c54770c

Please sign in to comment.