Skip to content

Commit

Permalink
chore: Ensure namespace checking is correct for aggregations INTELLIJ…
Browse files Browse the repository at this point in the history
…-141 (#95)
  • Loading branch information
kmruiz authored Nov 21, 2024
1 parent d8799cb commit 6df27dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ object NamespaceCheckingLinter {
databaseDoesNotExistParser,
collectionDoesNotExistParser,
databaseIsNotKnown,
noCollectionSpecified
noCollectionSpecified,
otherwise { emptyList() }
)

return NamespaceCheckResult(
Expand Down

0 comments on commit 6df27dd

Please sign in to comment.