Skip to content

Commit 0b5ae59

Browse files
author
Artem
committed
Do not log buffer error to avoid axios circular deps message
1 parent d8deb4f commit 0b5ae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/custom-tutorial/providers/custom-tutorial.fs.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class CustomTutorialFsProvider {
7979

8080
return this.unzipToTmpFolder(new AdmZip(data));
8181
} catch (e) {
82-
this.logger.error('Unable to fetch zip file from external source', e);
82+
this.logger.error('Unable to fetch zip file from external source');
8383
throw wrapHttpError(e, ERROR_MESSAGES.CUSTOM_TUTORIAL_UNABLE_TO_FETCH_FROM_EXTERNAL);
8484
}
8585
}

0 commit comments

Comments
 (0)