Skip to content

Commit c65df74

Browse files
committed
refactor: remove unused handleMatchOrders export from index module
1 parent 6798805 commit c65df74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Modules/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2020-2024 IEXEC BLOCKCHAIN TECH <[email protected]>
1+
// SPDX-FileCopyrightText: 2020-2025 IEXEC BLOCKCHAIN TECH <[email protected]>
22
// SPDX-License-Identifier: Apache-2.0
33

44
export { handleCreateCategory } from './IexecCategoryManager';
@@ -8,7 +8,6 @@ export { handleLock, handleReward, handleSeize, handleTransfer, handleUnlock } f
88
export {
99
handleAccurateContribution,
1010
handleFaultyContribution,
11-
handleMatchOrders,
1211
handleOrdersMatched,
1312
handleSchedulerNotice,
1413
handleTaskClaimed,

0 commit comments

Comments
 (0)