Skip to content

Commit

Permalink
Update packages/sdk/src/Actions/EventAction.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord authored and topocount committed Sep 20, 2024
1 parent a7bb6cb commit 78f7194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/Actions/EventAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export class EventAction extends DeployableTarget<
*
* @param {Criteria} criteria - The criteria to validate against.
* @param {Log} log - The Viem event log.
* @returns {Promise<boolean>} - Returns true if the log passes the criteria, false otherwise.
* @returns {boolean} - Returns true if the log passes the criteria, false otherwise.
*/
public validateLogAgainstCriteria(criteria: Criteria, log: Log) {
const fieldValue = log.topics.at(criteria.fieldIndex);
Expand Down

0 comments on commit 78f7194

Please sign in to comment.