Skip to content

Commit

Permalink
fix: reference route TargetSafe['outreachId']
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Feb 13, 2025
1 parent 8cb2b5e commit c3c104f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class TargetedMessagingController {
ParseIntPipe,
new ValidationPipe(TargetedSafeSchema.shape.outreachId),
)
outreachId: DomainTargetedSafe['outreachId'],
outreachId: TargetedSafe['outreachId'],
@Param('chainId', new ValidationPipe(NumericStringSchema)) chainId: string,
@Param('safeAddress', new ValidationPipe(AddressSchema))
safeAddress: `0x${string}`,
Expand Down

0 comments on commit c3c104f

Please sign in to comment.