Skip to content

Commit

Permalink
chore: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed Nov 21, 2024
1 parent f2379e6 commit 3bb1782
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 3bb1782

Please sign in to comment.