Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
drbasic committed Mar 19, 2024
1 parent 11f715b commit 8c778b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/storage/volume/volume_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ void TVolumeState::FillDeviceInfo(NProto::TVolume& volume) const

bool TVolumeState::IsDiskRegistryMediaKind() const
{
return GetConfig().GetStorageMediaKind();
return NCloud::IsDiskRegistryMediaKind(Config->GetStorageMediaKind());
}

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 8c778b7

Please sign in to comment.