Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Oct 31, 2021
1 parent 975e2f1 commit 65369d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DryIoc/Container.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ public override FactoryDelegate GetDelegateOrDefault(Request request)
}

return request.IfUnresolved == IfUnresolved.Throw
? GetInstanceFromScopeChainOrSingletons
? (FactoryDelegate)GetInstanceFromScopeChainOrSingletons
: GetInstanceFromScopeChainOrSingletonsOrDefault;
}

Expand Down

0 comments on commit 65369d8

Please sign in to comment.