Skip to content

Commit b6d6bce

Browse files
Merge pull request #7 from StuartFerguson/task/5_eventmetadata
Fix recursive call crime
2 parents d78620c + 5678aa9 commit b6d6bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Shared.EventStore/EventStore/Aggregate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private void BaseInitialise()
159159

160160
public Object GetAggregateMetadata()
161161
{
162-
return this.GetAggregateMetadata();
162+
return this.GetMetadata();
163163
}
164164

165165
/// <summary>

0 commit comments

Comments
 (0)