Skip to content

Commit

Permalink
fix: Typo in ProlongRequestLockResponse (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Aug 23, 2024
1 parent 02bc1bd commit 30ccc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawlee/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class ProlongRequestLockResponse(BaseModel):

model_config = ConfigDict(populate_by_name=True)

lock_expires_at: Annotated[datetime, Field(alias="'lockExpiresAt'")]
lock_expires_at: Annotated[datetime, Field(alias='lockExpiresAt')]


class ProcessedRequest(BaseModel):
Expand Down

0 comments on commit 30ccc3a

Please sign in to comment.