Skip to content

Commit

Permalink
Update contracts/src/executors/IExecutor.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Jør∂¡ <[email protected]>
  • Loading branch information
novaknole and brickpop authored Oct 9, 2024
1 parent db06fde commit 409c90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/executors/IExecutor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ struct Action {
bytes data;
}

/// @title IDAO
/// @author Aragon X - 2022-2023
/// @title IExecutor
/// @author Aragon X - 2022-2024
/// @notice The interface required for Executors within the Aragon App DAO framework.
/// @custom:security-contact [email protected]
interface IExecutor {
Expand Down

0 comments on commit 409c90c

Please sign in to comment.