Skip to content

Commit ebf8b86

Browse files
Fixes namespace typo
1 parent 86efea7 commit ebf8b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

m365-developer-proxy-plugins/Behavior/RateLimitingCustomResponseLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT License.
33

44
using Microsoft365.DeveloperProxy.Abstractions;
5-
using Microsoft365.DeveloperProxy.Plugins.MocksResponses;
5+
using Microsoft365.DeveloperProxy.Plugins.MockResponses;
66
using System.Text.Json;
77

88
namespace Microsoft365.DeveloperProxy.Plugins.Behavior;

m365-developer-proxy-plugins/Behavior/RateLimitingPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using Microsoft.Extensions.Configuration;
55
using Microsoft365.DeveloperProxy.Abstractions;
6-
using Microsoft365.DeveloperProxy.Plugins.MocksResponses;
6+
using Microsoft365.DeveloperProxy.Plugins.MockResponses;
77
using System.Net;
88
using System.Text.Json;
99
using System.Text.RegularExpressions;

0 commit comments

Comments
 (0)