mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix lint failure in Github CI (#47301)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47301 Lint wasn't reported on diff / seems like our internal linter config is not aligned. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D65201683 fbshipit-source-id: 879e87aafff849f9247cf1d807da092fa17d0337
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8850736188
commit
0dcbebd285
@@ -388,7 +388,6 @@ const LOG_LEVELS = {
|
||||
error: 3,
|
||||
};
|
||||
|
||||
|
||||
function getNativeLogFunction(level) {
|
||||
return function () {
|
||||
let str;
|
||||
|
||||
Reference in New Issue
Block a user