Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Oct 25, 2023
1 parent 468fc2a commit 8eb1866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/MongoStorageAdapter.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ describe_only_db('mongo')('MongoStorageAdapter', () => {
},
classLevelPermissions: {},
};

const myClassSchema = new Parse.Schema(schema.className);
myClassSchema.setCLP(schema.classLevelPermissions);
await myClassSchema.save();

const query = {
x: 1,
};
Expand Down

0 comments on commit 8eb1866

Please sign in to comment.