Skip to content

Commit 5bfcfbb

Browse files
FIX: incomplete method call under async library for email validation.
1 parent 3846f6f commit 5bfcfbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jigsawstack/validate.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ def __init__(
172172
)
173173

174174
async def email(self, params: EmailValidationParams) -> EmailValidationResponse:
175-
path = bui
175+
path = build_path(
176+
base_path="/validate/email",
177+
params=params,
178+
)
176179
resp = await AsyncRequest(
177180
config=self.config,
178181
path=path,

0 commit comments

Comments
 (0)