Skip to content

Commit

Permalink
fix: IPLD type for InvocationCapabilityError
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Oct 27, 2024
1 parent 704b565 commit eb70925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/datamodel/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type HandlerExecutionErrorModel struct {
}

func InvocationCapabilityErrorType() schema.Type {
return errorTypeSystem.TypeByName("HandlerExecutionError")
return errorTypeSystem.TypeByName("InvocationCapabilityError")
}

type InvocationCapabilityErrorModel struct {
Expand Down

0 comments on commit eb70925

Please sign in to comment.