Skip to content

Commit 9c2782d

Browse files
RahulGoyal-techbyt3quester
authored andcommitted
Updated error message
1 parent 1b0f621 commit 9c2782d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/profileDiffs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const fetchProfileDiffUnobfuscated = async (profileDiffId) => {
152152
...profileDiffData,
153153
};
154154
} catch (err) {
155-
logger.error("Error retrieving profile Diff", err);
155+
logger.error("Error retrieving Unobfuscated profile Diff", err);
156156
throw err;
157157
}
158158
};

0 commit comments

Comments
 (0)