Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
iamitprakash authored Apr 6, 2024
2 parents 2fc51c6 + cfc516e commit cb39df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utils/deleteRolesObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = async (userId) => {
logger.info("User id is required to delete roles object");
return false;
}

try {
const userDoc = await userCollection.doc(userId).get();

Expand Down

0 comments on commit cb39df1

Please sign in to comment.