Skip to content

Commit 987da0f

Browse files
committed
Fix bug in subscriber factory interface.
1 parent e2ab77d commit 987da0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Domain/Factories/ISubscriberFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ namespace CompanyName.Notebook.NoteTaking.Core.Domain.Factories
55

66
public interface ISubscriberFactory
77
{
8-
INote Create(string emailAddress);
8+
ISubscriber Create(string emailAddress);
99
}
1010
}

0 commit comments

Comments
 (0)