Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Mar 25, 2023
1 parent 3f6e745 commit d9650e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/app/e2e/server/methods/setRoomKeyID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ Meteor.methods<ServerMethods>({
}

await Rooms.setE2eKeyId(room._id, keyID);
return;
},
});

0 comments on commit d9650e2

Please sign in to comment.