Skip to content

Commit 922e5f1

Browse files
committed
Added extra dotConcat
1 parent 9eca8c6 commit 922e5f1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/FSharp.CosmosDb.Analyzer/CosmosCodeAnalysis.fs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ module CosmosCodeAnalysis =
5050
| _ ->
5151
None)
5252
|> Option.bind(fun args ->
53-
let fullName =
54-
args.Ids
55-
|> List.map (fun id -> id.idText)
56-
|> String.concat "."
57-
58-
match fullName with
53+
match dotConcat args.Ids with
5954
| "Cosmos.query" ->
6055
let names =
6156
args.TypeNames

0 commit comments

Comments
 (0)