Skip to content

Commit 236353a

Browse files
committed
[explorer] fix: lint fix
1 parent 811cfce commit 236353a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/infrastructure/NodeService.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ class NodeService {
201201
} else {
202202
formattedNode.apiStatus = {
203203
...formattedNode.apiStatus,
204-
lightNodeStatus: isAvailable || Constants.Message.UNAVAILABLE,
204+
lightNodeStatus: isAvailable || Constants.Message.UNAVAILABLE
205205
};
206-
}
206+
};
207207

208208
// Chain info
209209
formattedNode.chainInfo = {

0 commit comments

Comments
 (0)