Skip to content

Commit

Permalink
address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh Le (from Dev Box) committed May 31, 2024
1 parent c71a2d4 commit fc98b78
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ static OtherBuiltinSystemFunctions()
FunctionsDefinitions = new Dictionary<string, BuiltinFunctionVisitor>
{
[nameof(CosmosLinqExtensions.DocumentId)] = new SqlBuiltinFunctionVisitor(
"DOCUMENTID",
true,
new List<Type[]>()
sqlName: "DOCUMENTID",
isStatic: true,
argumentLists: new List<Type[]>()
{
new Type[]{typeof(object)},
})
Expand Down

0 comments on commit fc98b78

Please sign in to comment.