fix(mode): Azure SignalR typo (#2657)

This commit is contained in:
Thibault S 2021-03-17 10:08:00 +01:00 committed by GitHub
parent 4f2ab315fe
commit fb9abfb257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# limitations under the License.
#
package cloud::azure::web::signalr::mode::errors;
package cloud::azure::web::signalr::mode::health;
use base qw(cloud::azure::management::monitor::mode::health);