Skip to content

Commit

Permalink
chore: more specific log message
Browse files Browse the repository at this point in the history
  • Loading branch information
LinHuiqing committed Sep 25, 2023
1 parent dcf37c2 commit 11735cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ export const downloadCleanFile = (cleanFileKey: string, versionId: string) => {

if (!validate(cleanFileKey)) {
logger.error({
message: 'Invalid file key - not a valid uuid',
message: 'Invalid clean file key - not a valid uuid',
meta: logMeta,
})

Expand Down

0 comments on commit 11735cd

Please sign in to comment.