Skip to content

Commit

Permalink
Fix for merge conflict problems
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 9, 2023
1 parent d9e2a84 commit 547ec58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/Http/Wolverine.Http/HttpGraph.ParameterMatching.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ public partial class HttpGraph
{
private readonly List<IParameterStrategy> _strategies = new()
{
<<<<<<< HEAD
=======
new FromFileStrategy(),
>>>>>>> alistair-file_upload_support
new HttpChainParameterAttributeStrategy(),
new FromServicesParameterStrategy(),
new MessageBusStrategy(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ public override async Task BeforeSaveChangesAsync(IDocumentSession session, Canc
}
}

internal interface IMartenEventPublisher
{
ValueTask PublishAsync(IEnumerable<IEvent> events, IMessageBus bus);
}

0 comments on commit 547ec58

Please sign in to comment.