Skip to content

Commit 36593e9

Browse files
author
Alberto Iannaccone
committed
change handleListBoards visibility to private
1 parent 2d9b072 commit 36593e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/node/boards-service-impl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class BoardsServiceImpl
211211
return this.handleListBoards(client.boardListAll.bind(client), req);
212212
}
213213

214-
async handleListBoards(
214+
private async handleListBoards(
215215
getBoards: (
216216
request: BoardListAllRequest | BoardSearchRequest,
217217
callback: (

0 commit comments

Comments
 (0)