Skip to content

Commit 626dae5

Browse files
HACK: fix linter and compiler warnings
1 parent e1663dd commit 626dae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph-service/test/unit/subgraphService/SubgraphService.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ contract SubgraphServiceTest is SubgraphServiceSharedTest {
381381
CollectPaymentData memory collectPaymentDataBefore,
382382
CollectPaymentData memory collectPaymentDataAfter
383383
) private view {
384-
(IGraphTallyCollector.SignedRAV memory signedRav, uint256 tokensToCollect) = abi.decode(
384+
(IGraphTallyCollector.SignedRAV memory signedRav, ) = abi.decode(
385385
_data,
386386
(IGraphTallyCollector.SignedRAV, uint256)
387387
);

0 commit comments

Comments
 (0)