Skip to content

Commit

Permalink
fix(status): make source field optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Dec 8, 2020
1 parent bf1d3bd commit a3ff15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queenbee/job/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BaseStatus(IOBase):
)

source: str = Field(
...,
None,
description='Source url for the status object. It can be a recipe or a function.'
)

Expand Down

0 comments on commit a3ff15d

Please sign in to comment.