Skip to content

Commit

Permalink
fix log arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Apr 22, 2024
1 parent 14ad3de commit 27fbd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Equinox.CosmosStore/CosmosStoreLinq.fs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ type Query<'T, 'M>(inner: Internal.Projection<'T, 'M>) =
[<NoComparison; NoEquality>]
type IndexContext<'I>(container, categoryName, caseName, log) =

member val Log = defaultArg log Log.Logger
member val Log = log
member val Description = $"{categoryName}/{caseName}" with get, set
member val Container = container

Expand Down

0 comments on commit 27fbd39

Please sign in to comment.