Skip to content

Commit

Permalink
Nullable completed_at (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Mar 20, 2023
1 parent 63416e4 commit 9fa01cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response/NotificationResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class NotificationResponse

public string $created_at;

public string $completed_at;
public ?string $completed_at;

public string $status;

Expand Down

0 comments on commit 9fa01cf

Please sign in to comment.