Skip to content

Commit 03cb3d7

Browse files
committed
fix: rebase upstream 后错误修补。
1 parent 4855ee1 commit 03cb3d7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

SecRandom.Core/Services/Draw/DrawEngine.Filter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using SecRandom.Core.Models.Profile;
2-
using SecRandom.Core.Services.Draw.Exceptions;
1+
using SecRandom.Core.Services.Draw.Exceptions;
2+
using SecRandom.Shared.Models.Profile;
33

44
namespace SecRandom.Core.Services.Draw;
55

SecRandom.Core/Services/Draw/DrawEngine.WeightCalculator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using SecRandom.Core.Enums;
22
using SecRandom.Core.Models.AttachedSettings;
33
using SecRandom.Core.Models.Draw;
4-
using SecRandom.Core.Models.Profile;
4+
using SecRandom.Shared.Models.Profile;
55

66
namespace SecRandom.Core.Services.Draw;
77

SecRandom.Core/Services/Draw/DrawEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
using SecRandom.Core.Models;
44
using SecRandom.Core.Models.AttachedSettings;
55
using SecRandom.Core.Models.Draw;
6-
using SecRandom.Core.Models.Profile;
76
using SecRandom.Core.Services.Config;
87
using SecRandom.Core.Services.Draw.Exceptions;
8+
using SecRandom.Shared.Models.Profile;
99

1010
namespace SecRandom.Core.Services.Draw;
1111

0 commit comments

Comments
 (0)