Skip to content

Commit

Permalink
Updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGoyal-tech authored and listiclehub1 committed Dec 2, 2024
1 parent 1b0f621 commit 9c2782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/profileDiffs.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const fetchProfileDiffUnobfuscated = async (profileDiffId) => {
...profileDiffData,
};
} catch (err) {
logger.error("Error retrieving profile Diff", err);
logger.error("Error retrieving Unobfuscated profile Diff", err);
throw err;
}
};
Expand Down

0 comments on commit 9c2782d

Please sign in to comment.