Skip to content

Commit

Permalink
Apply lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Nov 4, 2024
1 parent 2b2bc54 commit addde85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/direct.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ function createTest (cname, conntype) {
conntype
)})`,
async function (test) {
if (Mongo.Collection.get(cname)) return
if (Mongo.Collection.get(cname)) return

const collection = new Mongo.Collection(cname, conntype)
// Full permissions on collection
collection.allow({
Expand Down

0 comments on commit addde85

Please sign in to comment.