Skip to content

Commit

Permalink
✅ 🧹 Add correct conditions type
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Nov 22, 2023
1 parent 6f97fbd commit c142518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Signature.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const maxExecutorFee =
// 0x6162630000000000000000000000000000000000000000000000000000000000 = abc
// 0x6465660000000000000000000000000000000000000000000000000000000000 = def
// 0x6768690000000000000000000000000000000000000000000000000000000000 = ghi
const conditions: any[] = [
const conditions: string[] = [
"0x6162630000000000000000000000000000000000000000000000000000000000",
"0x6465660000000000000000000000000000000000000000000000000000000000",
"0x6768690000000000000000000000000000000000000000000000000000000000",
Expand Down

0 comments on commit c142518

Please sign in to comment.